Returns groups associated with user.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IPaginatedList<IGroup, int> Groups() |
Visual Basic |
---|
Function Groups As IPaginatedList(Of IGroup, Integer) |
Visual C++ |
---|
IPaginatedList<IGroup^, int>^ Groups() |