[DataObjectMethod(DataObjectMethodType.Select)] public static IList<User> GetActiveUsers( int activityThreshold, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- activityThreshold
- Number of minutes for the last activity by the user beyond which the user is considered inactive
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
- sortExpression
- Sort expression to use for sorting the loaded objects
Return Value
A list of currently active users