IPublishLogIncremental Property
|
Gets/sets if this was an incremental publish.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool Incremental { get; set; }
Property Incremental As Boolean
Get
Set
property bool Incremental {
bool get ();
void set (bool value);
}
abstract Incremental : bool with get, set
Property Value
Type:
BooleanRemarks If false this indicates a full publish.
See Also