|    | DataObjectSecurityGetActiveUserPermissionFlags Method (Boolean) | 
 
             Returns the permissions flags for the active (identity) user.
             Important: the active users' authlevel is considered - that is,
             member groups are only considered if their authlevel is less than or eq. 
             to the identity authlevel.
             
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic PermissionFlags GetActiveUserPermissionFlags(
	bool applyAccessModifier
)
Parameters
- applyAccessModifier
 - Type: SystemBoolean
             States whether the access modifier (if any) for the data object type (of the data object, which the security object is for)
             should be taken into consideration.
            
             NOTE: This implementation is not safe for cached objects shared among users because the
             ActiveUserAccessModifierPermissions attribute is cloned
              
Return Value
Type: 
PermissionFlags
See Also