This documentation is archived and is not being maintained.

SP.FieldStringValues object

SharePoint 2013

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

Last modified: March 09, 2015

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

var object = new SP.FieldStringValues()

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.

Show: