| AuthElementHasPermissionType Method |
Returns whether a specific authelement supports a specific permission type.
F.x. only a few authelements supports the 'execute' permission.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool HasPermissionType(
int authElementId,
PermissionType permissionType
)
Parameters
- authElementId
- Type: SystemInt32
- permissionType
- Type: Omada.OE.ModelPermissionType
Return Value
Type:
Boolean
See Also