Retrieves a Page by its unique Id.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- pageId
- Type: SystemString
Id of the Page to retrieve, alway starts with letter "x" and ends with numbers. e.g. x1234
Return Value
Type: IPagePage with matching Id, or null when no Page with matching Id found.
Remarks
Prior to V9.0, retrieving a Page with invalid id with cause exception to be throw. This is changed in V9.0 to just return a null value.
See Also