Click or drag to resize

TopicListingOptions Enumeration

This is preliminary documentation and is subject to change.

Defines how a Flow topic list should be enumerated.

Namespace: WikiClientLibrary.Flow
Assembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[FlagsAttribute]
public enum TopicListingOptions
Members
Member nameValueDescription
Default0Use user's default sorting preference.
OrderByPosted1Flow topic list should be sorted descending by the time a topic is posed.
OrderByUpdated2Flow topic list should be sorted descending by the time a topic's last activity.
SaveSortingPreference4Save the current sorting option as user's preference.
See Also