SP.ListItem.fieldValuesAsText Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets the list item’s field values as a collection of string values.
var value = SP.ListItem.get_fieldValuesAsText();
Property Value
Type: SP.FieldStringValues
Applies To
Remarks
It must not be null.