Click or drag to resize

IUnmanagedAsset Properties


The IUnmanagedAsset type exposes the following members.

Properties
  Name Description
Public property Code example AncestorPaths Gets the paths of this items ancestor folders
(Inherited from IUnmanagedAssetItem)
Public property Ancestors Gets the ancestor unmanaged asset folders of current item
(Inherited from IUnmanagedAssetItem)
Public property Exists Gets whether the file or directory of the unmanaged asset physically exists on disk
(Inherited from IUnmanagedAssetItem)
Public property Extension Gets extension of this unmanaged asset, starts with "."
Public property FileByteSize Gets the file size of this asset file in bytes
Public property FileInfo Gets the file info object of this unmanaged asset
Public property FileType Gets the type of this unmanaged asset
Public property FullPath Gets the full file/directory path on disk
(Inherited from IUnmanagedAssetItem)
Public property Icon Gets the icon number associated with this file type
Public property Id Gets the unique id of the unmanaged asset item. For folder, starts with "uaf/"; For asset, starts with "ua/"
(Inherited from IUnmanagedAssetItem)
Public property Name Gets the file or directory name of the item
(Inherited from IUnmanagedAssetItem)
Public property NameWithExtension Gets the name of this unmanaged asset with extension
Public property Parent Gets the parent unmanaged asset folder of current item
(Inherited from IUnmanagedAssetItem)
Public property Path Gets the path relative to Unmanaged Assets Location
(Inherited from IUnmanagedAssetItem)
Public property SecurityInherited Gets whether the security for this item is inherited from its parent unmanaged folder
(Inherited from IUnmanagedAssetItem)
Top
See Also