FileManagerRootFolder Class
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
Defines a root folder for the file manager.
public sealed class FileManagerRootFolder : UniqueKeyedItem<FileManagerRootFolder>
- Inheritance
-
UniqueKeyedItem<FileManagerRootFolder>FileManagerRootFolder
Constructors
| FileManagerRootFolder() |
Initializes a new instance of the FileManagerRootFolder class. |
Properties
| AccessControls |
Gets the collection of the access controls for this root folder. |
| Location |
Gets or sets the actual location of the root folder. This property is required and can not be omitted. This property can be set to:
|
| Name |
Gets or sets the display name of the root folder. This property can not be empty and can not contain the character sequence "]:" (right square bracket preceding colon). |
Methods
| CheckGetCollectionKey(string) | |
| CheckSetCollectionKey(string) | |
| GetFolder(string) |
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 "". |
| GetFullPath(string, string) |
Gets the full path of a folder specified in format [RootFolderName]:\Some\Folder |