Click or drag to resize

ISitePages Method (IEnumerableString)


Retrieves a collection of Pages by their unique Ids.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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