GroupMemberInfoProviderIsMemberOfGroup Method |
Indicates whether the specified user is member of the specified group.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 12.0.0
Syntax 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:
BooleanSee Also