IContentItemCheckedOut Property
|
Gets whether this page is checked out. A page has to be checked out to a specific
User to be edited.
A page's checked-out content is subject to modification by the assigned
User.
These modifications can only be published if the page is checked in.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ReadOnly Property CheckedOut As Boolean
Get
property bool CheckedOut {
bool get ();
}
abstract CheckedOut : bool with get
Property Value
Type:
BooleanSee Also