Click or drag to resize
ModuleCommandsCommunityGetUserGroups Method (Int32, String)
Gets the groups for the given user.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static DataSet CommunityGetUserGroups(
	int userId,
	string columns
)

Parameters

userId
Type: SystemInt32
User ID
columns
Type: SystemString
Columns to select

Return Value

Type: DataSet
See Also