Click or drag to resize

IDataArchiveServiceExists Method

Validates whether the specified key exists in the archive

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool Exists(
	Type modelType,
	Guid keyToCheck
)

Parameters

modelType  Type
The type of data to determine existence for
keyToCheck  Guid
The key to check for existence

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Core.Services.IDataArchiveService.Exists(System.Type,System.Guid)"]

See Also