IPublishLogReplicationsToPerform Property
|
Gets/sets the number of replications to perform after the publish.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax int ReplicationsToPerform { get; set; }
Property ReplicationsToPerform As Integer
Get
Set
property int ReplicationsToPerform {
int get ();
void set (int value);
}
abstract ReplicationsToPerform : int with get, set
Property Value
Type:
Int32Remarks If replication is not enabled this will default to 0.
See Also