FileManagerFolderDemandFileDiscovery Method

Checks if the specified file under this folder is allowed to be discovered, and throws an exception if not.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.8
C#
public void DemandFileDiscovery(
	string fileName
)

Parameters

fileName  String

[Missing <param name="fileName"/> documentation for "M:GleamTech.FileUltimate.AspNet.UI.FileManagerFolder.DemandFileDiscovery(System.String)"]

See Also