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.
Initializes a new instance of the SPTabularViewUpgradeInfo class given a [System.Guid] feature identifier and [System.Int32] base view identifier. (The list template identifier is ignored.)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
featureID As Guid, _
baseViewID As Integer _
)
'Usage
Dim featureID As Guid
Dim baseViewID As Integer
Dim instance As New SPTabularViewUpgradeInfo(featureID, _
baseViewID)
public SPTabularViewUpgradeInfo(
Guid featureID,
int baseViewID
)
Parameters
featureID
Type: System.GuidA [System.Guid] representation of the class feature identifier.
baseViewID
Type: System.Int32A [System.Int32] representation of the class base view identifier.
See also
Reference
SPTabularViewUpgradeInfo class
SPTabularViewUpgradeInfo members