Click or drag to resize

AuthRolesGetAuthElementPermissions Method

Returns the permissions for the roles in the provided authElement. The result accumulates the permissions held by the authElement.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public AuthElementContext GetAuthElementPermissions(
	AuthElement authElement
)

Parameters

authElement
Type: Omada.OE.ModelAuthElement

Return Value

Type: AuthElementContext
See Also