Click or drag to resize

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
)

Parameters

passkey
Type: SystemString
The passkey to use to encrypt the backup

Return Value

Type: String
The location where backup can be found
See Also