Click or drag to resize

UserControllerGetUserMemberGroupIds Method (IEnumerableInt32, AuthLevel)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetUserMemberGroupIds(
	IEnumerable<int> userIds,
	AuthLevel authLevel = AuthLevel.High
)

Parameters

userIds
Type: System.Collections.GenericIEnumerableInt32
authLevel (Optional)
Type: Omada.OE.ModelAuthLevel

Return Value

Type: IntegerList
See Also