Skip to main content

Constructor

C#
1
2
3
public ComposedFieldItem(string type, object value) { }

Members

Methods

C#
1
2
3
public T Value<T>() { }
C#
1
2
3
4
5
6
7
8
// Get the ComposedField instance var composed = movieEntry.Get<ComposedField>("synopsis"); // Get the first item value as a Quote object var quote = composed[0].ValueAs<Quote>(); // Get the second item value as a string var paragraph = composed[1].ValueAs<string>();

Still need help?

New support request