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