FileManagerFolder Class
Defines a folder under a root folder for the file manager.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.8.2
public sealed class FileManagerFolder
Public NotInheritable Class FileManagerFolder
- Inheritance
- Object FileManagerFolder
| FullPath | Gets the full path of the folder specified in format [RootFolderName]:\Some\Folder |
| IsRoot | Gets a value indicating whether this folder is the root folder. |
| Path | Gets the path of the folder relative to the parent root folder. |
| RootName | Gets the name of the parent root folder. |
| CalculateQuotaUsedSize | Calculates used quota size for this folder. |
| CheckCreation | Checks if this folder is allowed to be created. |
| CheckDiscovery | Checks if this folder is allowed to be discovered. |
| CheckFileCreation | Checks if the specified file under this folder is allowed to be created. |
| CheckFileDiscovery | Checks if the specified file under this folder is allowed to be discovered. |
| CheckFolderCreation | Checks if the specified folder under this folder is allowed to be created. |
| CheckFolderDiscovery | Checks if the specified folder under this folder is allowed to be discovered. |
| CheckPermissions | Checks if the specified permissions are allowed for this folder. |
| CheckPermissionsAny | Checks if any of the specified permissions are allowed for this folder. |
| DemandArchiveSize | Checks if the specified archive file with size under this folder is allowed to be created, and throws an exception if not. |
| DemandCreation | Checks if this folder is allowed to be created, and throws an exception if not. |
| DemandDiscovery | Checks if this folder is allowed to be discovered and throws an exception if not. |
| DemandFileCreation | Checks if the specified file under this folder is allowed to be created, and throws an exception if not. |
| DemandFileDiscovery | Checks if the specified file under this folder is allowed to be discovered, and throws an exception if not. |
| DemandFolderCreation | Checks if the specified folder under this folder is allowed to be created, and throws an exception if not. |
| DemandFolderDiscovery | Checks if the specified folder under this folder is allowed to be discovered, and throws an exception if not. |
| DemandPermissions | Checks if the specified permissions are allowed for this folder and throws an exception if not. |
| DemandPermissionsAny | Checks if any of the specified permissions are allowed for this folder and throws an exception if not. |
| DemandQuota | Checks if the specified file with size under this folder is allowed to be created, and throws an exception if not. |
| GetFileSystem | Gets file system for the folder. |
| GetFolder | Gets a folder under this folder. |
| GetParent | Gets the parent of this folder. Returns null if this is the root folder. |
| GetQuotaUsedSize | Gets current used quota size for this folder. |
| IsChildOfSameRootFolder | Returns a value indicating whether the specified folder is child of this folder's parent root folder. |
| SetQuotaUsedSize | Sets used quota size for this folder if its known beforehand. |
| SharesQuota | Returns a value indicating whether the specified folder shares quota with this folder. |