Click or drag to resize
BCServerRestoreBackup Method
Restores a vault from the backup.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public string RestoreBackup(
	string location
)

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