SPTabularViewUpgradeInfo constructor (Guid, Int32, Int32)

Initializes a new instance of the SPTabularViewUpgradeInfo class given a [System.Guid] feature identifier, a [System.Int32] list template identifier, and a [System.Int32] representing the base view identifier.)

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

Syntax

'Declaration
Public Sub New ( _
    featureID As Guid, _
    listTemplateID As Integer, _
    baseViewID As Integer _
)
'Usage
Dim featureID As Guid
Dim listTemplateID As Integer
Dim baseViewID As Integer

Dim instance As New SPTabularViewUpgradeInfo(featureID, _
    listTemplateID, baseViewID)
public SPTabularViewUpgradeInfo(
    Guid featureID,
    int listTemplateID,
    int baseViewID
)

Parameters

  • featureID
    Type: System.Guid

    A [System.Guid] representation of the class feature identifier.

  • listTemplateID
    Type: System.Int32

    A [System.Int32] representation of the class list template identifier.

  • baseViewID
    Type: System.Int32

    A [System.Int32] representation of the class base view identifier.

See also

Reference

SPTabularViewUpgradeInfo class

SPTabularViewUpgradeInfo members

SPTabularViewUpgradeInfo overload

Microsoft.SharePoint namespace