Skip to main content

Properties

Remarks

Validation

Example

C#
1
2
3
4
5
6
7
8
9
10
11
12
13
using Zengenti.Contensis.Delivery; // Create an API client var client = ContensisClient.Create(); // Retrieve a movie by it's ID. var movie = client.Entries.Get("0aabad4e-a083-4a88-bd75-b2674e2f8298"); // Get the field value as a DateRange instance. var filmingPeriod = movie.Get<DateRange>("filmingPeriod"); <span class="start">@filmingPeriod.From</span> <span class="end">@filmingPeriod.To</span>

Still need help?

New support request