|   | DataObjectPermissionsActiveUserHasPermissions Method  | 
 
            Returns whether the active (identity) user has the specified permissions.
            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 bool ActiveUserHasPermissions(
	PermissionFlags permissionFlags
)
Parameters
- permissionFlags
 - Type: Omada.OE.ModelPermissionFlags
 
Return Value
Type: 
Boolean
See Also