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