Click or drag to resize

AdoCdssLibraryRepositoryRemove Method

Remove a protocol asset from the repository by identifier

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public ICdssLibrary Remove(
	Guid libraryUuid
)

Parameters

libraryUuid  Guid
The protocol asset to be removed

Return Value

ICdssLibrary
The removed protocol asset definition

Implements

ICdssLibraryRepositoryRemove(Guid)
See Also