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

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