SP.View.mobileDefaultView Property

Applies to: SharePoint Foundation 2010

Gets or sets a value that specifies whether the list view is the default mobile list view.

var value = SP.View.get_mobileDefaultView(); 
SP.View.set_mobileDefaultView(value);

Property Value

Type: Boolean

Applies To

SP.View Class

Exceptions

  • [Microsoft.SharePoint.SPException]
    List view is a personal view, or ViewType is not "HTML", "CALENDAR", or "RECURRENCE". Error code: -2146232832.

See Also

Reference

SP.View Methods

SP.View Properties

SP Namespace