IUnmanagedAssetItem Interface |
Namespace: Ingeniux.CMS
The IUnmanagedAssetItem type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AncestorPaths |
Gets the paths of this items ancestor folders
|
![]() | Ancestors |
Gets the ancestor unmanaged asset folders of current item
|
![]() | Exists |
Gets whether the file or directory of the unmanaged asset physically exists on disk
|
![]() | FullPath |
Gets the full file/directory path on disk
|
![]() | Id |
Gets the unique id of the unmanaged asset item. For folder, starts with "uaf/"; For asset, starts with "ua/"
|
![]() | Name |
Gets the file or directory name of the item
|
![]() | Parent |
Gets the parent unmanaged asset folder of current item
|
![]() | Path |
Gets the path relative to Unmanaged Assets Location |
![]() | SecurityInherited |
Gets whether the security for this item is inherited from its parent unmanaged folder |
Name | Description | |
---|---|---|
![]() | AllowUser | |
![]() | Delete |
Deletes the current item file or directory from disk
|
![]() | Move |
Physically moves this item under another unmanaged asset folder
|
![]() | Rename |
Renames the current item physically
|
![]() | SecurityGroups |
Gets which UserGroups have the specified security level.
|
![]() | SecurityLevel |
Finds out the security level of the specified User on this item
|