mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
15 lines
4.9 KiB
Markdown
15 lines
4.9 KiB
Markdown
# GetAllMediaLibrarySort
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
|
|
| `Default` | *string* | :heavy_minus_sign: | N/A | asc |
|
|
| `Active` | *bool* | :heavy_minus_sign: | N/A | false |
|
|
| `ActiveDirection` | [GetAllMediaLibraryActiveDirection](../../Models/Requests/GetAllMediaLibraryActiveDirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
|
|
| `DefaultDirection` | [GetAllMediaLibraryDefaultDirection](../../Models/Requests/GetAllMediaLibraryDefaultDirection.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 | |