 | IBackupServiceBackupToFile Method |
Backup the data to a file
Namespace: SanteDB.Core.Data.BackupAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIBackupDescriptor BackupToFile(
string filePath,
string password = null
)
Function BackupToFile (
filePath As String,
Optional password As String = Nothing
) As IBackupDescriptor
IBackupDescriptor^ BackupToFile(
String^ filePath,
String^ password = nullptr
)
abstract BackupToFile :
filePath : string *
?password : string
(* Defaults:
let _password = defaultArg password null
*)
-> IBackupDescriptor Parameters
- filePath String
- The path to backup to
- password String (Optional)
- The password to use for the backup
Return Value
IBackupDescriptorThe created backup descriptor
See Also