SPActionSequence Methods

Include Protected Members
Include Inherited Members

The SPActionSequence type exposes the following members.

Methods

  Name Description
Public method AddNextLevelObjects Adds any objects that should be upgraded after the current upgradable object has finished being upgraded. The current upgradable object can be retrieved by the UpgradableObject method. (Inherited from SPSequence.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FinalizeUpgrade Performs an explicitly called operation to finalize upgrade.  (Inherited from SPSequence.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperty (Inherited from SPSequence.)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes the upgrade sequence for the specified object. (Inherited from SPSequence.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PostUpgrade Executed by the SharePoint upgrade infrastructure after the IUpgrader.Upgrade method is implemented. (Overrides SPSequence.PostUpgrade().)
Public method PreUpgrade Executed by the SharePoint upgrade infrastructure before the IUpgrader.Upgrade method is implemented. (Overrides SPSequence.PreUpgrade().)
Public method SetPostUpgradeDependencies By default this object has no post-upgrade dependencies. (Inherited from SPSequence.)
Public method SetPreUpgradeDependencies By default this object has no pre-upgrade dependencies. (Inherited from SPSequence.)
Public method ToString (Inherited from Object.)
Public method Upgrade Executes the upgrade logic. (Overrides SPSequence.Upgrade().)

Top

See Also

Reference

SPActionSequence Class

Microsoft.SharePoint.Upgrade Namespace