| 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
)
Function Exists (
modelType As Type,
keyToCheck As Guid
) As Boolean
bool Exists(
Type^ modelType,
Guid keyToCheck
)
abstract Exists :
modelType : Type *
keyToCheck : Guid -> bool
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