Retrieves a
Page by its unique Id.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPage Page(
string pageId
)
Function Page (
pageId As String
) As IPage
IPage^ Page(
String^ pageId
)
abstract Page :
pageId : string -> IPage
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