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.481-alpha
Syntax
bool Exists(
	Type modelType,
	Guid keyToCheck
)

Parameters

modelType
Type: SystemType
The type of data to determine existence for
keyToCheck
Type: SystemGuid
The key to check for existence

Return Value

Type: Boolean

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

See Also