FileManagerFolderDemandFileCreation Method

Checks if the specified file under this folder is allowed to be created, 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 DemandFileCreation(
	string fileName
)

Parameters

fileName  String

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

See Also