SP.ViewCreationInformation.query Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the query for the new list view.
var value = SP.ViewCreationInformation.get_query();
SP.ViewCreationInformation.set_query(value);
Property Value
Type: String
Applies To
SP.ViewCreationInformation Class
Remarks
It must be null.
See Also
Reference
SP.ViewCreationInformation Methods