IAssetContentIndexEntryCheckedOutContent Property
|
Gets/sets whether the content is from checked in or checked out version of the asset
Namespace:
Ingeniux.CMS.Assets.Search
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool CheckedOutContent { get; set; }
Property CheckedOutContent As Boolean
Get
Set
property bool CheckedOutContent {
bool get ();
void set (bool value);
}
abstract CheckedOutContent : bool with get, set
Property Value
Type:
BooleanSee Also