Get the specified number of most active users that have created items on this folio, sorted by number of items.

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

Syntax

C#
IUser[] ActiveUsers(
	int numResults
)
Visual Basic
Function ActiveUsers ( _
	numResults As Integer _
) As IUser()
Visual C++
array<IUser^>^ ActiveUsers(
	int numResults
)

Parameters

numResults
Type: System..::..Int32
Number of users to return

Field Value

IUser[]

See Also