SP.View.method Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the view method for the list view.
var value = SP.View.get_method();
SP.View.set_method(value);
Property Value
Type: String
Applies To
Exceptions
- [Microsoft.SharePoint.SPException]
Method or Filter element has an empty Name attribute. Error code: -2146232832.
Remarks
It must be null or an XML Document where the root element is a valid Method XML Fragment.