Click or drag to resize

FileSystemDataTemplateManagerRestore Method

Restore the asset to the proper location

Namespace: SanteDB.Client.Disconnected.Services
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
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