.NET
Read more on how to use the .NET Core and .NET Standard
Introduction
Generating Content Classes
Install the SDK
dotnet add package Squidex.ClientLibrarydotnet add package Squidex.ClientLibrary.ServiceExtensionsInstantiate the SDK
Version v15 (and Later)Version v14 (and Earlier)Getting the Code from the Management UI



How to Work with Content Items?
Why is there no Code Generation?
1. Create Your Class Model
How to Map Fields to .NET Types
Field Type
.NET Type
Geolocation Classes
Arrays
2. Instantiate the Client
Version 15 and Above
Version 14 and Below
3. Use the Client
Get a Content Item by ID
Get a Content Item by ID and Version
Create a New Content Item
Update a Content Item
Query Items by Filter
Control the Casing
More Samples
Last updated