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

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
protected virtual bool IsMemberOfGroupInternal(
	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