SP.ViewCreationInformation.personalView Property
Applies to: SharePoint Foundation 2010
Gets or sets a value that specifies whether the new list view is a personal view. If the value is false, the new list view is a public view.
var value = SP.ViewCreationInformation.get_personalView();
SP.ViewCreationInformation.set_personalView(value);
Property Value
Type: Boolean
Applies To
SP.ViewCreationInformation Class
See Also
Reference
SP.ViewCreationInformation Methods