FieldValueCollection
Description
A FieldValueCollection
represents a collection of key/value pairs, where key is a string used to identify a field.
Properties
Property |
Element |
Type |
Description |
---|---|---|---|
key |
|
string |
The name of the field on a |
|
value |
any |
A value associated to the field. |
Remarks
A FieldValueCollection
is used by the updateItem
function on DataProviderChannel
to provide the list of values to set on a data item.
Need help? Contact us!