Click or drag to resize

IPageCheckedInPage Method


Retrieves the checked-in content of this page. If the page is checked out, there could be potential differences between the content of the page and result of this method.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IPageVersion CheckedInPage()

Return Value

Type: IPageVersion
The content of the checked-in version of this page.
Remarks
When a page is just created from its Schema, the content of the checked-in page is the original default or empty content from the schema.
See Also