Click or drag to resize

CommonAccessModifierBaseGetAccessFlags Method

Get accessflags according to the readergroups, admingroups, and configuration of authrole elements.

Namespace:  Omada.OE.AppLogic.AccessModifiers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual AccessFlags GetAccessFlags(
	int authElementId,
	GuidCollection readerGroupUIds,
	GuidCollection adminGroupUIds,
	AccessCallContext callContext
)

Parameters

authElementId
Type: SystemInt32
Id of authelement to check access for
readerGroupUIds
Type: GuidCollection
List of usergroup UIds which has read access
adminGroupUIds
Type: GuidCollection
List of usergroup UIds which has read and update access
callContext
Type: Omada.OE.ModelAccessCallContext

Return Value

Type: AccessFlags
See Also