|   | DataObjectSecurityActiveUserHasPermissions Method  | 
 
            Returns whether the active user has a specified set of permission flags
            to the data object, which the security object is for.
            If the data object type (of the data object, which the security object is for)
            has an access modifier this is taken into consideration.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic virtual bool ActiveUserHasPermissions(
	PermissionFlags permissionFlags
)
Parameters
- permissionFlags
 - Type: Omada.OE.ModelPermissionFlags
 
Return Value
Type: 
Boolean
See Also