SPUpgradeActionInfo members
An object containing information about an upgrader.
The SPUpgradeActionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUpgradeActionInfo |
Top
Properties
Name | Description | |
---|---|---|
BackwardsCompatibleSchemaVersion | A Version object specifying the oldest object version that can be used without triggering this upgrader, or null if this upgrader does not support backwards compatible operation. | |
BaseType | An SPUpgradeActionBaseType value that describes the type of the upgrader. | |
BeginVersion | A Version object specifying the earliest version this upgrader applies to, or null if unspecified.. | |
CompatibilityLevel | An integer specifying the site collection compatibility level that this upgrader applies to, or 0 if the upgrader is not specific to a particular compatibility level. | |
EndVersion | A Version object specifying the most recent version this upgrader applies to, or null if unspecified.. | |
ID | The identifier of the upgrader -- e.g. the feature ID for feature actions and the template ID for template actions. | |
Name | The name of the upgrader. | |
ParentType | The name of the parent SPSequence, for SPAction upgraders. | |
TargetObjectType | A string describing the type of object this upgrader acts on. | |
TargetVersion | A Version object specifying the target version that an object will have after successful application of this upgrader. |
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