Click or drag to resize

IAssetTreeNode.Descendants Method

Retrieves descendant nodes of current Asset Tree Node

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

Parameters

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

Return Value

Type: IEnumerable<IAssetTreeNode>
Collection of descendant Asset Tree Nodes for the current node
See Also