IAssetTreeNodeDescendants Method
|
Retrieves descendant nodes of current Asset Tree Node
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax IEnumerable<IAssetTreeNode> Descendants(
bool includeUnmarkedAssets = false
)
Function Descendants (
Optional includeUnmarkedAssets As Boolean = false
) As IEnumerable(Of IAssetTreeNode)
IEnumerable<IAssetTreeNode^>^ Descendants(
bool includeUnmarkedAssets = false
)
abstract Descendants :
?includeUnmarkedAssets : bool
(* Defaults:
let _includeUnmarkedAssets = defaultArg includeUnmarkedAssets false
*)
-> IEnumerable<IAssetTreeNode>
Parameters
- includeUnmarkedAssets (Optional)
- Type: SystemBoolean
Whether to include Assets that are not marked for publish
Return Value
Type:
IEnumerableIAssetTreeNodeCollection of descendant Asset Tree Nodes for the current node
See Also