Click or drag to resize

DataObjectSecurityActiveUserAccessModifierPermissions Property

Contains permissions for the active user to the data object, which the security configuration is defined for, according to the applied access modifier. An access modifier can only affect READ and UPDATE permissions - so the remaing ones are always derrived from the data object security model. The permissions are NOT for the data object referred in DataObjectId - but for the data object which embeds the security object. Can be null.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectSecurityAccessFlagsContainer ActiveUserAccessModifierPermissions { get; }

Property Value

Type: DataObjectSecurityAccessFlagsContainer
See Also