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.3.169
Syntax IPageVersion CheckedInPage()
Function CheckedInPage As IPageVersion
IPageVersion^ CheckedInPage()
abstract CheckedInPage : unit -> IPageVersion
Return Value
Type:
IPageVersionThe 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