SPTabularViewUpgradeInfo members
Represents a SPView defined for a SPList on a SharePoint site identifiable by feature, list template, and base view identifiers.
The SPTabularViewUpgradeInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPTabularViewUpgradeInfo(Guid, Int32) | 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.) | |
SPTabularViewUpgradeInfo(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.) | |
SPTabularViewUpgradeInfo(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.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top