Click or drag to resize

ISitePage Method


Retrieves a Page by its unique Id.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IPage Page(
	string pageId
)

Parameters

pageId  String
Id of the Page to retrieve, alway starts with letter "x" and ends with numbers. e.g. x1234

Return Value

IPage
Page 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