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
)
Function ChildAssetItems (
includeAssets As Boolean,
includeFolders As Boolean
) As IEnumerable(Of ICMSAssetElement)
IEnumerable<ICMSAssetElement^>^ ChildAssetItems(
bool includeAssets,
bool includeFolders
)
abstract ChildAssetItems :
includeAssets : bool *
includeFolders : bool -> IEnumerable<ICMSAssetElement>
Parameters
- includeAssets
- Type: SystemBoolean
Include child assets - includeFolders
- Type: SystemBoolean
Include child folder
Return Value
Type:
IEnumerableICMSAssetElementCollection of child assets, and/or folders
See Also