Click or drag to resize

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
)

Parameters

assetIds
Type: System.Collections.GenericIEnumerableString
List of asset IDs to add to the list of assets to build
See Also