Click or drag to resize

DefaultBackupManagerBackupToFile Method

Backup the system to a specified file

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

Parameters

backupPath  String

[Missing <param name="backupPath"/> documentation for "M:SanteDB.Core.Data.Backup.DefaultBackupManager.BackupToFile(System.String,System.String)"]

password  String

[Missing <param name="password"/> documentation for "M:SanteDB.Core.Data.Backup.DefaultBackupManager.BackupToFile(System.String,System.String)"]

Return Value

IBackupDescriptor

[Missing <returns> documentation for "M:SanteDB.Core.Data.Backup.DefaultBackupManager.BackupToFile(System.String,System.String)"]

Implements

IBackupServiceBackupToFile(String, String)
See Also