Click or drag to resize

RoomSortType Enumeration

The enumeration of sorting result

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public enum RoomSortType
Members
  Member nameValueDescription
ById0 sort result by id
ByLastActivity1 last active room comes first
ByCreated2 last created room comes first
Remarks
Since: 0.2.0
See Also