ModuleCommandsCommunityGetUserGroups Method (Int32, String) |
Gets the groups for the given user.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static DataSet CommunityGetUserGroups(
int userId,
string columns
)
Parameters
- userId
- Type: SystemInt32
User ID - columns
- Type: SystemString
Columns to select
Return Value
Type:
DataSetSee Also