Share via


SP.FieldStringValues object

Represents a collection of key/value pairs that specify string values for fields.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.FieldStringValues()

Members

The FieldStringValues object has the following members.

Constructor

The FieldStringValues object has the following constructor.

Constructor

Description

FieldStringValues

Initializes a new instance of the SP.FieldStringValues object.

Methods

The FieldStringValues object has the following methods.

Method

Description

initNonPropertiesFromJson

loadExpandoFields

Initializes the extended properties associated with the fields.

refreshLoad

Reloads the extended properties associated with the fields.

Properties

The FieldStringValues object has the following properties.

Property

Description

fieldValues

Gets a collection of key/value pairs containing the names and values for the fields.

item

Gets the string values of the specified filed.