Click or drag to resize

IAssetTreeNodeDescendants Method

Retrieves descendant nodes of current Asset Tree Node

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<IAssetTreeNode> Descendants(
	bool includeUnmarkedAssets = false
)

Parameters

includeUnmarkedAssets (Optional)
Type: SystemBoolean
Whether to include Assets that are not marked for publish

Return Value

Type: IEnumerableIAssetTreeNode
Collection of descendant Asset Tree Nodes for the current node
See Also