Specifies the search sort
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public enum SearchSort |
Visual Basic (Declaration) |
---|
Public Enumeration SearchSort |
Visual C++ |
---|
public enum class SearchSort |
Members
Member name | Description | |
---|---|---|
None |
No sort
| |
Relevance |
By relevance
| |
CreatedDesc |
By date of creation desc
| |
CreatedAsc |
By date of date of creation asc
| |
Popular |
By popularity
| |
PostedDesc |
By date of post desc
| |
PostedAsc |
By date of post asc
|