Click or drag to resize

ICMSNavigationBuilderBuildPageEntries Method

Build navigation representatives for given page ids

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

Parameters

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

Return Value

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