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.111.0)
Syntaxpublic string RestoreBackup(
	string location
)
Public Function RestoreBackup ( 
	location As String
) As 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