IReplicationTargetPreReplicationCommand Property
|
Gets and sets the commands that are executed before replication on this target. Uses standard Command Prompts (DOS) command syntax.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string PreReplicationCommand { get; set; }
Property PreReplicationCommand As String
Get
Set
property String^ PreReplicationCommand {
String^ get ();
void set (String^ value);
}
abstract PreReplicationCommand : string with get, set
Property Value
Type:
StringSee Also