 | IDataArchiveServiceExists Method |
Validates whether the specified key exists in the archive
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxbool 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
- 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