Skip to main content

Properties

Examples

C#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using Zengenti.Contensis.Delivery; // Create an API client var client = ContensisClient.Create(); // Retrieve a movie by it's ID. var movie = client.Entries.Get("3bb72e32-1fc7-4289-bf65-60a5b8ce1f78"); // Get the field value as a Quote instance. var filmQuote = movie.Get<Quote>("memorableQuote"); <blockquote cite="@filmQuote.Source"> @filmQuote.Text </blockquote>

Still need help?

New support request