IAzureStorageReplicationTargetRootPath Property
|
Gets/sets the forward slashes (/) delimited replication location on the server.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring RootPath { get; set; }Property RootPath As String
Get
Set
property String^ RootPath {
String^ get ();
void set (String^ value);
}abstract RootPath : string with get, set
Property Value
String
Remarks
The root path begins at the root of the Azures storage site.
If the root path does not already exist on the site a new folder will be created at the specified location.
See Also