SPTabularViewUpgradeInfo Constructor (Int32, Int32)
Initializes a new instance of the SPTabularViewUpgradeInfo class given 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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
listTemplateID As Integer, _
baseViewID As Integer _
)
'Usage
Dim listTemplateID As Integer
Dim baseViewID As Integer
Dim instance As New SPTabularViewUpgradeInfo(listTemplateID, _
baseViewID)
public SPTabularViewUpgradeInfo(
int listTemplateID,
int baseViewID
)
Parameters
listTemplateID
Type: System.Int32A [System.Int32] representation of the class list template identifier.
baseViewID
Type: System.Int32A [System.Int32] representation of the class base view identifier.
See Also
Reference
SPTabularViewUpgradeInfo Class
SPTabularViewUpgradeInfo Members