IPageCheckedInPage Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference