IPublishingManagerForceIncrementPublishWithNoChangedPages Property
|
Gets/sets whether to do incremental publishes, even when no pages are changed.
This is an one time set property. Set it before submitting publishes. Upon submission it will reset itself to false.
The value of this property will not persist.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool ForceIncrementPublishWithNoChangedPages { get; set; }
Property ForceIncrementPublishWithNoChangedPages As Boolean
Get
Set
property bool ForceIncrementPublishWithNoChangedPages {
bool get ();
void set (bool value);
}
abstract ForceIncrementPublishWithNoChangedPages : bool with get, set
Property Value
Type:
BooleanSee Also