ISitePages Method (FuncIPage, Boolean) Ingeniux CMS Content Store API

Retrieves a collection of Pages, filtered by a callback method.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IPage> Pages(
	Func<IPage, bool> filterCallback
)

Parameters

filterCallback
Type: SystemFuncIPage, Boolean
The callback method to filter out Pages. Pages with callback method returning true, are included in the collection.

Return Value

Type: IEnumerableIPage
Collection of Pages filtered by the callback method.
See Also

Reference