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