Click or drag to resize

ICMSNavigationBuildingSession.AddPages 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.Generic.IEnumerable<String>
List of page IDs to add to the list of pages to build
See Also