SPUpgradeActionInfo members

An object containing information about an upgrader.

The SPUpgradeActionInfo type exposes the following members.

Constructors

  Name Description
Public method SPUpgradeActionInfo

Top

Properties

  Name Description
Public property 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.
Public property BaseType An SPUpgradeActionBaseType value that describes the type of the upgrader.
Public property BeginVersion A Version object specifying the earliest version this upgrader applies to, or null if unspecified..
Public property 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.
Public property EndVersion A Version object specifying the most recent version this upgrader applies to, or null if unspecified..
Public property ID The identifier of the upgrader -- e.g. the feature ID for feature actions and the template ID for template actions.
Public property Name The name of the upgrader.
Public property ParentType The name of the parent SPSequence, for SPAction upgraders.
Public property TargetObjectType A string describing the type of object this upgrader acts on.
Public property TargetVersion A Version object specifying the target version that an object will have after successful application of this upgrader.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPUpgradeActionInfo class

Microsoft.SharePoint.Upgrade namespace