Click or drag to resize

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
Syntax
C#
public 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: Boolean
true if the user has the auth element permission
See Also