Click or drag to resize

ICMSNavigationBuilderBuildPageEntries Method

Build navigation representatives for the given page IDs.

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

Parameters

session
Type: Ingeniux.Runtime.NavigationBuilderICMSNavigationBuildingSession
The navigation building session to build navigations on
isBackground
Type: SystemBoolean
If this is a background task
pageIds
Type: System.Collections.GenericIEnumerableString
List of page IDs to build navigations for
useCheckedOut (Optional)
Type: SystemBoolean
If checked out pages should be included, default is false

Return Value

Type: String
List of page IDs that failed to build, due to errors or missing files
See Also