Click or drag to resize

IBackupServiceBackupToFile Method

Backup the data to a file

Namespace: SanteDB.Core.Data.Backup
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IBackupDescriptor BackupToFile(
	string filePath,
	string password = null
)

Parameters

filePath  String
The path to backup to
password  String  (Optional)
The password to use for the backup

Return Value

IBackupDescriptor
The created backup descriptor
See Also