Restores a vault from the backup.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string RestoreBackup(
	string location
)
Visual Basic
Public Function RestoreBackup ( _
	location As String _
) As String
Visual C++
public:
String^ RestoreBackup(
	String^ location
)

Parameters

location
Type: System..::..String
The path to a folder containing backup information file (datastore.ini) of the vault to restore.

Return Value

The name of the restored data store.

See Also