FileManagerRootFolder.GetFolder Method
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
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 "".
public FileManagerFolder GetFolder(string path)
Parameters
pathstringThe relative path of the subfolder.
Returns
- FileManagerFolder
The full path.