IPublishLogSummaryIncrementalPublishCount Property
|
Gets/sets the number of full incremental publishes associated with this
target.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax int IncrementalPublishCount { get; set; }
Property IncrementalPublishCount As Integer
Get
Set
property int IncrementalPublishCount {
int get ();
void set (int value);
}
abstract IncrementalPublishCount : int with get, set
Property Value
Type:
Int32Remarks Based on the number of
publish logs found for incremental publishes.
See Also