Click or drag to resize

UserGroupsHasAuthRole Method (AuthRole)

Returns true if at least one of the groups in the collection has the provided authrole.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool HasAuthRole(
	AuthRole authRole
)

Parameters

authRole
Type: Omada.OE.ModelAuthRole

Return Value

Type: Boolean
See Also