Skip to main content

Properties

Example

C#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 TaxonomyNode instance. var movieGenre = movie.Get<TaxonomyNode>("genre"); <span> <!--Render the taxonomy node name--> @movieGenre.Name </span>

Still need help?

New support request