SPList.GetUncustomizedViewByBaseViewId method

Gets the view object that is associated with the specified base view identifier (ID).

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

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.Int32

    The ID for the base view of the list.

Return value

Type: Microsoft.SharePoint.SPView
The specified view.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace