Interface IWMAssetDirectoryMember
Every class that for objects that can be a member of an WMAssetDirectory must implement this interface.
Namespace: Quantellia.WMServer.Asset.Base
Assembly: WMServer.dll
Syntax
public interface IWMAssetDirectoryMember
Properties
FullPathName
Get the full path name of this Asset Directory member.
Declaration
string FullPathName { get; }
Property Value
Type | Description |
---|---|
string |
ParentDirectory
Reference to the WMAssetDirectory to which this asset belongs.
Declaration
WMAssetDirectory ParentDirectory { get; set; }
Property Value
Type | Description |
---|---|
WMAssetDirectory |