IUnmanagedAssetFolder Interface |
Namespace: Ingeniux.CMS
The IUnmanagedAssetFolder type exposes the following members.
Name | Description | |
---|---|---|
AncestorPaths |
Gets the paths of this items ancestor folders
(Inherited from IUnmanagedAssetItem.) | |
Ancestors |
Gets the ancestor unmanaged asset folders of current item
(Inherited from IUnmanagedAssetItem.) | |
ChildrenCount |
Gets the total count of unmanaged Assets and Folders
under this folder
| |
DirectoryInfo |
Gets the DirectoryInfo object of this unmanaged asset folder
| |
Exists |
Gets whether the file or directory of the unmanaged asset physically exists on disk
(Inherited from IUnmanagedAssetItem.) | |
FullPath |
Gets the full file/directory path on disk
(Inherited from IUnmanagedAssetItem.) | |
Id |
Gets the unique id of the unmanaged asset item. For folder, starts with "uaf/"; For asset, starts with "ua/"
(Inherited from IUnmanagedAssetItem.) | |
IsRoot |
Gets whether this unmanaged folder is a root folder, residing directly under UnmanagedAssetLocation | |
Name |
Gets the file or directory name of the item
(Inherited from IUnmanagedAssetItem.) | |
Parent |
Gets the parent unmanaged asset folder of current item
(Inherited from IUnmanagedAssetItem.) | |
Path |
Gets the path relative to Unmanaged Assets Location (Inherited from IUnmanagedAssetItem.) | |
SecurityInherited |
Gets whether the security for this item is inherited from its parent unmanaged folder (Inherited from IUnmanagedAssetItem.) |
Name | Description | |
---|---|---|
AllowUser | (Inherited from IUnmanagedAssetItem.) | |
Delete |
Deletes the current item file or directory from disk
(Inherited from IUnmanagedAssetItem.) | |
Move |
Physically moves this item under another unmanaged asset folder
(Inherited from IUnmanagedAssetItem.) | |
Rename |
Renames the current item physically
(Inherited from IUnmanagedAssetItem.) | |
SecurityGroups |
Gets which UserGroups have the specified security level.
(Inherited from IUnmanagedAssetItem.) | |
SecurityLevel |
Finds out the security level of the specified User on this item
(Inherited from IUnmanagedAssetItem.) | |
UnmanagedAssetFolders |
Retrieves the direct children Folders under this folder
| |
UnmanagedAssets |
Retrieves the direct children files Assets under this unmanaged folder
|