ICMSNavigationBuildingSessionAssetsToBuild Property
|
Gets the list of asset IDs for asset navigation entries to build.
Namespace:
Ingeniux.Runtime.NavigationBuilder
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax IEnumerable<string> AssetsToBuild { get; }
ReadOnly Property AssetsToBuild As IEnumerable(Of String)
Get
property IEnumerable<String^>^ AssetsToBuild {
IEnumerable<String^>^ get ();
}
abstract AssetsToBuild : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also