IFileReplicationTargetTargetLocation Property
|
Gets/sets the file path where published content will be replicated to.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring TargetLocation { get; set; }Property TargetLocation As String
Get
Set
property String^ TargetLocation {
String^ get ();
void set (String^ value);
}abstract TargetLocation : string with get, set
Property Value
String
ExampleA potential target location might be "C:\replication\demo-site"
See Also