Click or drag to resize

XmlFileJobScheduleManagerRestore Method

Restore the asset to the proper location

Namespace: SanteDB.Core.Jobs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public bool Restore(
	IBackupAsset backupAsset
)

Parameters

backupAsset  IBackupAsset
The backup asset to be restored

Return Value

Boolean
True if the asset was restored

Implements

IRestoreBackupAssetsRestore(IBackupAsset)
See Also