SPView.OptOutTabularView method

A static method to update the Web Parts table in the database by switching off the TabularView flag.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub OptOutTabularView ( _
    viewsToUpgrade As IEnumerable(Of SPTabularViewUpgradeInfo) _
)
'Usage
Dim viewsToUpgrade As IEnumerable(Of SPTabularViewUpgradeInfo)

SPView.OptOutTabularView(viewsToUpgrade)
public static void OptOutTabularView(
    IEnumerable<SPTabularViewUpgradeInfo> viewsToUpgrade
)

Parameters

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace