 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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