SPDatabaseAction.DropView method
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub DropView ( _
viewName As String _
)
'Usage
Dim viewName As String
Me.DropView(viewName)
protected void DropView(
string viewName
)
Parameters
- viewName
Type: System.String