Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the view object that is associated with the specified base view identifier (ID).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Function GetUncustomizedViewByBaseViewId ( _
baseViewId As Integer _
) As SPView
'Usage
Dim instance As SPList
Dim baseViewId As Integer
Dim returnValue As SPView
returnValue = instance.GetUncustomizedViewByBaseViewId(baseViewId)
public SPView GetUncustomizedViewByBaseViewId(
int baseViewId
)
Parameters
baseViewId
Type: System.Int32The ID for the base view of the list.
Return Value
Type: Microsoft.SharePoint.SPView
The specified view.