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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
See Also