SortByType enum
Defines the sort order that can be defined for Extensions query
Fields
| Relevance = 0 | The results will be sorted by relevance in case search query is given, if no search query resutls will be provided as is |
| LastUpdatedDate = 1 | The results will be sorted as per Last Updated date of the extensions with recently updated at the top |
| Title = 2 | Results will be sorted Alphabetically as per the title of the extension |
| Publisher = 3 | Results will be sorted Alphabetically as per Publisher title |
| InstallCount = 4 | Results will be sorted by Install Count |
| PublishedDate = 5 | The results will be sorted as per Published date of the extensions |
| AverageRating = 6 | The results will be sorted as per Average ratings of the extensions |
| TrendingDaily = 7 | The results will be sorted as per Trending Daily Score of the extensions |
| TrendingWeekly = 8 | The results will be sorted as per Trending weekly Score of the extensions |
| TrendingMonthly = 9 | The results will be sorted as per Trending monthly Score of the extensions |
| ReleaseDate = 10 | The results will be sorted as per ReleaseDate of the extensions (date on which the extension first went public) |
| Author = 11 | The results will be sorted as per Author defined in the VSix/Metadata. If not defined, publisher name is used This is specifically needed by VS IDE, other (new and old) clients are not encouraged to use this |
| WeightedRating = 12 | The results will be sorted as per Weighted Rating of the extension. |