Click or drag to resize

DeleteMode Enumeration

Specified the method of deletion

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[FlagsAttribute]
public enum DeleteMode
Members
Member nameValueDescription
LogicalDelete0 The record is logically deleted meaning the obsolete time is set and (if IVersionedData no new version is created
PermanentDelete1 Permanently delete - it should be purged from the database
IgnoreMissing2 If the target of deletion is not available then ignore the error (just return a 204)
See Also