Retrieves a paginated list of groups for a given user

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IPaginatedList<IGroup, int> GetGroupsForUser(
	string userId
)
Visual Basic
Function GetGroupsForUser ( _
	userId As String _
) As IPaginatedList(Of IGroup, Integer)
Visual C++
IPaginatedList<IGroup^, int>^ GetGroupsForUser(
	String^ userId
)

Parameters

userId
Type: System..::..String
User ID

See Also