ICMSAssetNavigationElementAllAssetItems Property
|
Gets all descendant "Asset" and "AssetFolder"
Elements.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSAssetElement> AllAssetItems { get; }
ReadOnly Property AllAssetItems As IEnumerable(Of ICMSAssetElement)
Get
property IEnumerable<ICMSAssetElement^>^ AllAssetItems {
IEnumerable<ICMSAssetElement^>^ get ();
}
abstract AllAssetItems : IEnumerable<ICMSAssetElement> with get
Property Value
Type:
IEnumerableICMSAssetElementSee Also