Click or drag to resize

ICMSAssetElementChildAssetItems Method

Retrieves child assets, and/or child folders, of the this Asset elements

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSAssetElement> ChildAssetItems(
	bool includeAssets,
	bool includeFolders
)

Parameters

includeAssets
Type: SystemBoolean
Include child assets
includeFolders
Type: SystemBoolean
Include child folder

Return Value

Type: IEnumerableICMSAssetElement
Collection of child assets, and/or folders
See Also