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