ICMSNavigationBuildingSessionAddAssets Method
|
Adds the provided page IDs to the list of assets to create navigation entries for.
Namespace:
Ingeniux.Runtime.NavigationBuilder
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax void AddAssets(
IEnumerable<string> assetIds
)
Sub AddAssets (
assetIds As IEnumerable(Of String)
)
void AddAssets(
IEnumerable<String^>^ assetIds
)
abstract AddAssets :
assetIds : IEnumerable<string> -> unit
Parameters
- assetIds
- Type: System.Collections.GenericIEnumerableString
List of asset IDs to add to the list of assets to build
See Also