 | DefaultBackupManagerBackupToFile Method |
Backup the system to a specified file
Namespace: SanteDB.Core.Data.BackupAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IBackupDescriptor BackupToFile(
string backupPath,
string password
)
Public Function BackupToFile (
backupPath As String,
password As String
) As IBackupDescriptor
public:
virtual IBackupDescriptor^ BackupToFile(
String^ backupPath,
String^ password
) sealed
abstract BackupToFile :
backupPath : string *
password : string -> IBackupDescriptor
override BackupToFile :
backupPath : string *
password : string -> IBackupDescriptor 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