FileManagerRootFolderGetFolder Method

Gets a FileManagerFolder instance corresponding to the given relative path under this root folder. For getting the folder for the root folder itself, the parameter would be "\".

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.6
C#
public FileManagerFolder GetFolder(
	string path
)

Parameters

path  String
The relative path of the subfolder.

Return Value

FileManagerFolder
The full path.

See Also