|
ActionBaseTypeAttribute |
Provides a definition for an attribute that can be used to define the type of the base SPAction object for a particular sequence. |
|
OwnerAttribute |
Provides a definition for an attribute that can be used to define an owner for a specific class. |
|
PhaseAttribute |
Provides a definition for an attribute that can be used to divide the upgrade of an object into distinct phases. Each phase can have one or more upgrade sequences. |
|
SPAction |
Abstract class that represents an upgrade action, which is a self-contained operation that describes an upgrade transformation. |
|
SPActionSequence |
Abstract class that represents an upgrade sequence that uses upgrade actions. |
|
SPDatabaseAction |
Provides an abstract class for all database upgrade actions. |
|
SPDatabaseSequence |
Abstract class representing a sequence that all database sequences can use to inherit the default implementation of the ISchemaVersioned interface. |
|
SPDelegate |
Provides an abstract class for all upgrade delegates. |
|
SPHierarchyManager |
Represents the upgrade hierarchy manager. |
|
SPIisWebSiteSequence |
Abstract class that represents the upgrade sequence for an SPIisSite object. |
|
SPLog |
Represents the Windows SharePoint Services upgrade log. |
|
SPManager |
Represents the Windows SharePoint Services Upgrade Manager. |
|
SPMigrator |
Abstract class that is used to migrate content from an earlier version of Windows SharePoint Services to the current one. |
|
SPPersistedObjectSequence |
Abstract class that represents the sequence that all persisted object sequences can use to inherit the default implementation of the ISchemaVersioned interface. |
|
SPProgressUpdateEventArgs |
Provides event arguments for the progress update event. |
|
SPSequence |
Provides an abstract superclass for all upgrade sequences in Windows SharePoint Services. |
|
SPSiteSequence |
Abstract class that represents the upgrade sequence for a site collection. |
|
SPUpgradeContext |
Provides additional upgrade context. |
|
SPUpgradeException |
Represents an upgrade exception. |
|
StopEventReceiver |
Base class that provides a default implementation for the StopEvent() handler. |
|
TargetSchemaVersionAttribute |
Provides a definition for an attribute that can be used to define the target schema version of a concrete SPAction object. |
|
TargetUpgradableObjectAttribute |
Provides a definition for an attribute that can be used to define the System.Type of the upgradeable object for a particular sequence. |
|
UpgradableAttribute |
Represents a class that can participate in the Windows SharePoint Services extensible upgrade infrastructure. |