Files
plexcsharp/docs/Models/Requests/GetLibraryItemsLibrarySort.md

15 lines
5.3 KiB
Markdown

# GetLibraryItemsLibrarySort
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| `Default` | *string* | :heavy_minus_sign: | N/A | asc |
| `Active` | *bool* | :heavy_minus_sign: | N/A | false |
| `ActiveDirection` | [GetLibraryItemsLibraryActiveDirection](../../Models/Requests/GetLibraryItemsLibraryActiveDirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
| `DefaultDirection` | [GetLibraryItemsLibraryDefaultDirection](../../Models/Requests/GetLibraryItemsLibraryDefaultDirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
| `DescKey` | *string* | :heavy_minus_sign: | N/A | titleSort:desc |
| `FirstCharacterKey` | *string* | :heavy_minus_sign: | N/A | /library/sections/2/firstCharacter |
| `Key` | *string* | :heavy_check_mark: | N/A | titleSort |
| `Title` | *string* | :heavy_check_mark: | N/A | Title |