Click or drag to resize

IAssetTreeNode Interface

Represents a Node in the Asset Tree

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface IAssetTreeNode

The IAssetTreeNode type exposes the following members.

Properties
  NameDescription
Public propertyEndDate
Gets/sets the time when the Asset stops to be valid
Public propertyId
Gets/sets id of the node
Public propertyIsFolder
Gets/sets whether the node is an Asset Folder. Asset folders are just containers.
Public propertyLastChanged
Gets/sets the time when the Asset was last changed, in the CMS authoring environment
Public propertyLocale
Gets/sets locale of the node
Public propertyName
Gets/sets name of the node
Public propertyNode
Gets/set the XML element from the Asset Tree
Public propertySchemaRootName
Gets/sets Asset schema root element name of the node
Public propertyStartDate
Gets/sets the time when the Asset starts to be valid
Top
Methods
  NameDescription
Public methodChildren
Retrieves child nodes, of current Asset Tree Node
Public methodDescendants
Retrieves descendant nodes of current Asset Tree Node
Public methodSiblings
Retrieves sibling nodes of current Asset Tree Node,
Public methodValid
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.
Top
See Also