Click or drag to resize

IReferenceFilterPages Method

Filter page ids by schemas and ancestors

Namespace:  Ingeniux.Runtime.Reference
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
IEnumerable<string> FilterPages(
	IEnumerable<string> pageIds,
	IEnumerable<string> filterSchemas,
	IEnumerable<string> filterRootIds
)

Parameters

pageIds
Type: System.Collections.GenericIEnumerableString
List of page ids to be filtered
filterSchemas
Type: System.Collections.GenericIEnumerableString
Page must use given schemas to be selected
filterRootIds
Type: System.Collections.GenericIEnumerableString
Page must be under given ancestors to be selected

Return Value

Type: IEnumerableString
Filtered collection of page ids
See Also