Click or drag to resize

PermissionCheckResult Enumeration

Used for fieldlevel data object permission control

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum PermissionCheckResult
Members
  Member nameValueDescription
Ok0
NotOk1
NotAllowedToUpdateProp2 Update operation is not allowed as one or more properties which there is no access to, are attempted to be modified.
See Also