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.3.169
Syntax IEnumerable<IPage> Pages(
IEnumerable<string> pageIds
)
Function Pages (
pageIds As IEnumerable(Of String)
) As IEnumerable(Of IPage)
IEnumerable<IPage^>^ Pages(
IEnumerable<String^>^ pageIds
)
abstract Pages :
pageIds : IEnumerable<string> -> IEnumerable<IPage>
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