 | FileSystemCdssLibraryRepositoryGetBackupAssets Method |
Get the backup asset
Namespace: SanteDB.Client.Disconnected.ServicesAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic IEnumerable<IBackupAsset> GetBackupAssets()
Public Function GetBackupAssets As IEnumerable(Of IBackupAsset)
public:
virtual IEnumerable<IBackupAsset^>^ GetBackupAssets() sealed
abstract GetBackupAssets : unit -> IEnumerable<IBackupAsset>
override GetBackupAssets : unit -> IEnumerable<IBackupAsset>
Return Value
IEnumerableIBackupAssetA collection of assets which can be backed up
Implements
IProvideBackupAssetsGetBackupAssets
See Also