Click or drag to resize

IAssetTreeNodeChildren Method

Retrieves child nodes, of current Asset Tree Node

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

Parameters

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

Return Value

Type: IEnumerableIAssetTreeNode
Collection of child Asset Tree Nodes, for the current node.
See Also