IAssetTreeNode Interface |
Namespace: Ingeniux.Runtime.Assets
The IAssetTreeNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssetContentDetailType |
Gets/sets the asset content detail type of the node
|
![]() | EndDate |
Gets/sets the time when the Asset stops to be valid
|
![]() | Extension |
Gets/sets the extension of the node
|
![]() | Id |
Gets/sets id of the node
|
![]() | IsFolder |
Gets/sets whether the node is an Asset Folder.
Asset folders are just containers.
|
![]() | LastChanged |
Gets/sets the time when the Asset was last changed, in the CMS authoring environment
|
![]() | Locale |
Gets/sets locale of the node
|
![]() | Name |
Gets/sets name of the node
|
![]() | Node |
Gets/set the XML element from the Asset Tree
|
![]() | SchemaRootName |
Gets/sets Asset schema root element name of the node
|
![]() | StartDate |
Gets/sets the time when the Asset starts to be valid
|
Name | Description | |
---|---|---|
![]() | Children |
Retrieves child nodes, of current Asset Tree Node
|
![]() | Descendants |
Retrieves descendant nodes of current Asset Tree Node
|
![]() | Siblings |
Retrieves sibling nodes of current Asset Tree Node,
|
![]() | Valid |
Checks whether the Asset is within the valid time range to be viewed.
An Asset is valid between its Start Date and
End Date, if either is set.
|