Click or drag to resize

ICMSNavigationBuildingSessionAddPages Method

Adds the provided page IDs to the list of pages to create navigation entries for.

Namespace:  Ingeniux.Runtime.NavigationBuilder
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
void AddPages(
	IEnumerable<string> pageIds
)

Parameters

pageIds
Type: System.Collections.GenericIEnumerableString
List of page IDs to add to the list of pages to build
See Also