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
)
Sub AddPages (
pageIds As IEnumerable(Of String)
)
void AddPages(
IEnumerable<String^>^ pageIds
)
abstract AddPages :
pageIds : IEnumerable<string> -> unit
Parameters
- pageIds
- Type: System.Collections.GenericIEnumerableString
List of page IDs to add to the list of pages to build
See Also