SP.ViewCreationInformation.viewFields Property
Applies to: SharePoint Foundation 2010
Gets or sets the value that specifies the collection of field internal names for the list fields in the new list view.
var value = SP.ViewCreationInformation.get_viewFields();
SP.ViewCreationInformation.set_viewFields(value);
Property Value
Type: String[]
Applies To
SP.ViewCreationInformation Class
See Also
Reference
SP.ViewCreationInformation Methods