ISitePages Method (IEnumerableString) Ingeniux CMS Content Store API

Retrieves a collection of Pages by their unique Ids.

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

IEnumerable<IPage> Pages(
	IEnumerable<string> pageIds
)

Parameters

pageIds
Type: System.Collections.GenericIEnumerableString
Ids of the Pages to retrieve

Return Value

Type: IEnumerableIPage
Pages with matching Ids
Remarks

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

See Also

Reference