Click or drag to resize

ISitePages(IEnumerableString) Method


Retrieves a collection of Pages by their unique Ids.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IPage> Pages(
	IEnumerable<string> pageIds
)

Parameters

pageIds  IEnumerableString
Ids of the Pages to retrieve

Return Value

IEnumerableIPage
Pages with matching Ids
Remarks

The collection will not contain any null values. All non-existing Ids are ignored.

See Also