Click or drag to resize

IBackupServiceGetBackup(BackupMedia, String) Method

Get the descriptor for a specific backup

Namespace: SanteDB.Core.Data.Backup
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IBackupDescriptor GetBackup(
	BackupMedia media,
	string backupDescriptorLabel
)

Parameters

media  BackupMedia
The media on which the backup is located
backupDescriptorLabel  String
The descirptor label

Return Value

IBackupDescriptor
The backup descriptor
See Also