|   | AppIdentityHasAuthElementPermission Method  | 
 
            Checks if currently logged in user is the system user, or has required auth element and permission
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool HasAuthElementPermission(
	string authElementName,
	string permission
)
Parameters
- authElementName
 - Type: SystemString
Auth element system name - permission
 - Type: SystemString
Allowed permission in auth element 
Return Value
Type: 
Booleantrue if the user has the auth element permission
See Also