FileManagerFolderCheckFolderDiscovery Method

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

Definition

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

Parameters

folderName  String

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

Return Value

Boolean

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

See Also