Click or drag to resize

FileSystemCdssLibraryRepositoryGet Method

Get the protocol asset by identifier

Namespace: SanteDB.Client.Disconnected.Services
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public ICdssLibrary Get(
	Guid libraryUuid,
	Guid? versionUuid
)

Parameters

libraryUuid  Guid
The protocol asset identifier
versionUuid  NullableGuid
The version of the data to fetch

Return Value

ICdssLibrary
The protocol asset with the matching asset id

Implements

ICdssLibraryRepositoryGet(Guid, NullableGuid)
See Also