IContentItemNowSyncing Property
|
Gets whether the page is currently being synchronized to the latest version of the
Schema used to create it.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ReadOnly Property NowSyncing As Boolean
Get
property bool NowSyncing {
bool get ();
}
abstract NowSyncing : bool with get
Property Value
Type:
BooleanRemarks When a page is being synchronzied to its schema, it cannot be checked out or saved.
See Also