Click or drag to resize
GroupMemberInfoProviderIsMemberOfGroup Method
Indicates whether the specified user is member of the specified group.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
public static bool IsMemberOfGroup(
	int userId,
	int groupId
)

Parameters

userId
Type: SystemInt32
ID of the user to check
groupId
Type: SystemInt32
ID of the group to check

Return Value

Type: Boolean
See Also