Retrieves a
Page by its unique Id.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIPage Page(
string pageId
)
Function Page (
pageId As String
) As IPage
IPage^ Page(
String^ pageId
)
abstract Page :
pageId : string -> IPage Parameters
- pageId String
- Id of the Page to retrieve, alway starts with letter "x" and ends with numbers. e.g. x1234
Return Value
IPagePage with matching Id, or null when no Page with matching Id found.
RemarksPrior 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