IReferenceFilterPages Method
|
Filter page ids by schemas and ancestors
Namespace:
Ingeniux.Runtime.Reference
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<string> FilterPages(
IEnumerable<string> pageIds,
IEnumerable<string> filterSchemas,
IEnumerable<string> filterRootIds
)
Function FilterPages (
pageIds As IEnumerable(Of String),
filterSchemas As IEnumerable(Of String),
filterRootIds As IEnumerable(Of String)
) As IEnumerable(Of String)
IEnumerable<String^>^ FilterPages(
IEnumerable<String^>^ pageIds,
IEnumerable<String^>^ filterSchemas,
IEnumerable<String^>^ filterRootIds
)
abstract FilterPages :
pageIds : IEnumerable<string> *
filterSchemas : IEnumerable<string> *
filterRootIds : IEnumerable<string> -> IEnumerable<string>
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:
IEnumerableStringFiltered collection of page ids
See Also