FileManagerFolderCheckFileCreation Method

Checks if the specified file under this folder is allowed to be created.

Definition

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

Parameters

fileName  String

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

Return Value

Boolean

[Missing <returns> documentation for "M:GleamTech.FileUltimate.AspNet.UI.FileManagerFolder.CheckFileCreation(System.String)"]

See Also