Click or drag to resize

UserGroupIsMember Method (Int32)

Returns whether a specific user is a member of the group. If the group is "Everyone" the method always returns true without actually checking. Throws an error if the members of the group aren't available.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool IsMember(
	int userId
)

Parameters

userId
Type: SystemInt32
Must be a valid userId greater than zero.

Return Value

Type: Boolean
See Also