 | FluentSearchSort Method |
Adds sort criteria to this search.
Use
Multiple(ISorter) and other
SortBy class properties to create a valid sort expression.
Not all servers support
Sort. You can check which extensions remote server supports using
SupportedExtensions method.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic FluentSearch Sort(
ISorter sorter
)
Public Function Sort (
sorter As ISorter
) As FluentSearch
public:
FluentSearch^ Sort(
ISorter^ sorter
)
member Sort :
sorter : ISorter -> FluentSearch Parameters
- sorter ISorter
- Sort criteria.
Return Value
FluentSearchThis search query object.
See Also