Click or drag to resize

AdoPersistenceServiceGetBackupAssets Method

Get the backup asset

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IEnumerable<IBackupAsset> GetBackupAssets()

Return Value

IEnumerableIBackupAsset
A collection of assets which can be backed up

Implements

IProvideBackupAssetsGetBackupAssets
See Also