Get the users most recently added to the application
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IUser[] GetNewestMembers( int count ) |
Visual Basic |
---|
Function GetNewestMembers ( _ count As Integer _ ) As IUser() |
Visual C++ |
---|
array<IUser^>^ GetNewestMembers( int count ) |
Parameters
- count
- Type: System..::..Int32
Number of users to retrieve