Click or drag to resize

ITaxonomyGetCategoryPages Method

Get pages for given category

Namespace:  Ingeniux.Runtime.Taxonomy
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSPageEntry> GetCategoryPages(
	ICategoryDefinition category,
	ICMSNavigationBuildingSession navigationBuildSession,
	bool isBackground,
	IEnumerable<string> filterSchemaNames = null,
	IEnumerable<string> filterAncestorPageIds = null,
	bool useCheckedOut = false
)

Parameters

category
Type: Ingeniux.Runtime.TaxonomyICategoryDefinition
Category for get pages for
navigationBuildSession
Type: Ingeniux.Runtime.NavigationBuilderICMSNavigationBuildingSession
isBackground
Type: SystemBoolean
filterSchemaNames (Optional)
Type: System.Collections.GenericIEnumerableString
Page must be using one of the given schemas to be listed
filterAncestorPageIds (Optional)
Type: System.Collections.GenericIEnumerableString
Page must be under one of the ancestor pages to be listed
useCheckedOut (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableICMSPageEntry
Collection of navigation representatives assigned to category
See Also