mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
17 lines
190 B
Markdown
17 lines
190 B
Markdown
# LibrarySectionID
|
|
|
|
|
|
## Supported Types
|
|
|
|
### Integer
|
|
|
|
```csharp
|
|
LibrarySectionID.CreateInteger(/* values here */);
|
|
```
|
|
|
|
### Str
|
|
|
|
```csharp
|
|
LibrarySectionID.CreateStr(/* values here */);
|
|
```
|