Click or drag to resize

ICMSNavigationBuilderBuildAssetEntries Method

Build navigation representatives for given asset ids

Namespace:  Ingeniux.Runtime.NavigationBuilder
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
string[] BuildAssetEntries(
	ICMSNavigationBuildingSession session,
	bool isbackground,
	IEnumerable<string> assetIds,
	bool useCheckedOut = false
)

Parameters

session
Type: Ingeniux.Runtime.NavigationBuilderICMSNavigationBuildingSession
isbackground
Type: SystemBoolean
assetIds
Type: System.Collections.GenericIEnumerableString
List of asset ids
useCheckedOut (Optional)
Type: SystemBoolean

Return Value

Type: String
List of asset ids there are built into navigation entry, due to error or file missing
See Also