SPAction members
Abstract class that represents an upgrade action, which is a self-contained operation that describes an upgrade transformation.
The SPAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPAction | Initializes a new instance of the SPAction class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets a string that contains a description for the action. | |
FromBuildVersion | Gets the version number of the build that is being upgraded. | |
HonorTargetSchemaVersion | Obsolete. Property to indicate if schema version should be honored for actions with FromBuild/ToBuild. | |
Log | Gets an SPLog object. The SPAction class should use this SPLog object to log any errors, warnings or debug information during the upgrade process. | |
Manager | Gets the Microsoft SharePoint Foundation upgrade manager object. | |
ShouldRun | Gets a Boolean value that indicates whether the upgrade action should run. | |
SPSequence | Gets the sequence object that represents the upgrade sequence. | |
TargetSchemaVersion | Gets the schema version to which the Microsoft SharePoint Foundation installation is being upgraded. | |
ToBuildVersion | Gets the version number of the build to which the Microsoft SharePoint Foundation installation is being upgraded. | |
Type | Gets the type of object that is being upgraded through the action. | |
UpgradableObject | Gets an object representing the object that is being upgraded by this SPAction class, as well as other SPAction objects contained in the SPSequence object. |
Top
Methods
Name | Description | |
---|---|---|
Commit | Commits the upgrade action. | |
Dispose | Releases all unmanaged resources used by the upgrade action. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize | Initializes the upgrade action based on the specified object and sequence. | |
MemberwiseClone | (Inherited from Object.) | |
Rollback | Rolls back the upgrade action. | |
ToString | (Inherited from Object.) | |
Upgrade | Executes the upgrade logic for the action. |
Top