BCServerRestoreBackup Method |
Restores a vault from the backup.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string RestoreBackup(
string location
)
Public Function RestoreBackup (
location As String
) As String
public:
String^ RestoreBackup(
String^ location
)
member RestoreBackup :
location : string -> string
Parameters
- location
- Type: SystemString
The path to a folder containing backup information file
(datastore.ini) of the vault to restore.
Return Value
Type:
String
The name of the restored data store.
See Also