| IDataManagementServiceBackup Method |
Copy the database to another location for backup purposes
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax string Backup(
string passkey
)
Function Backup (
passkey As String
) As String
String^ Backup(
String^ passkey
)
abstract Backup :
passkey : string -> string
Parameters
- passkey
- Type: SystemString
The passkey to use to encrypt the backup
Return Value
Type:
StringThe location where backup can be found
See Also