Click or drag to resize

SpaceSortType Enumeration

The enumeration of sorting result

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