Share via


IUpgrader members

Provides an interface that encapsulates an upgrader delegate.

The IUpgrader type exposes the following members.

Properties

  Name Description
Public property CanUpgrade Gets a Boolean value that indicates whether upgrade can be performed.
Public property ContinueOnFailure Allows the sequence to ignore error and move on to the next object in sequence.
Public property IsApplicable Gets a Boolean value that indicates whether the upgrader is applicable to the current object.
Public property NeedsUpgrade Gets or sets a Boolean value that specifies whether the current object needs to be upgraded.

Top

Methods

  Name Description
Public method FinalizeUpgrade Performs the operation to finalize upgrade in a gradual version-to-version upgrade. 
Public method PostUpgrade Runs tasks after the current upgrade sequence completes.
Public method PreUpgrade Runs tasks before the current upgrade sequence starts.
Public method Upgrade Executes the upgrade.

Top

See also

Reference

IUpgrader interface

Microsoft.SharePoint.Upgrade namespace