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
Parameters
- pageIds
- Type: System.Collections.GenericIEnumerableString
Ids of the Pages to retrieve
Return Value
Type: IEnumerableIPagePages with matching Ids
Remarks
The collection will not contain any null values. All non-existing Ids are ignored.
See Also