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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool CommunityIsMemberOfGroup(
	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