| TopicListingOptions Enumeration |
This is preliminary documentation and is subject to change.
Defines how a Flow topic list should be enumerated.
Namespace: WikiClientLibrary.FlowAssembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [FlagsAttribute]
public enum TopicListingOptions
<FlagsAttribute>
Public Enumeration TopicListingOptions
Dim instance As TopicListingOptions
[FlagsAttribute]
public enum class TopicListingOptions
[<FlagsAttribute>]
type TopicListingOptions
Members Member name | Value | Description |
---|
Default | 0 | Use user's default sorting preference. |
OrderByPosted | 1 | Flow topic list should be sorted descending by the time a topic is posed. |
OrderByUpdated | 2 | Flow topic list should be sorted descending by the time a topic's last activity. |
SaveSortingPreference | 4 | Save the current sorting option as user's preference. |
See Also