SPWebSequence members
Abstract upgrade sequence for an SPWeb.
The SPWebSequence type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebSequence |
Top
Properties
Name | Description | |
---|---|---|
Actions | Gets the actions for the action sequence. (Inherited from SPActionSequence.) | |
Applicable | Obsolete. Reserved for internal use. This property is deprecated. (Inherited from SPSequence.) | |
ApplicableWebTemplate | If this site sequence is only applicable to a special root web template, return the number. otherwise, return 0. | |
CanUpgrade | CanUpgrade property for an SPWeb. (Overrides SPSequence.CanUpgrade.) | |
ContentDatabase | Property for typed upgradable object. | |
ContentDatabaseConnectionString | Gets the connection string for the content database of the site collection. | |
ContinueOnFailure | Fail-forward by default for an SPWeb. (Overrides SPSequence.ContinueOnFailure.) | |
HierarchyManager | Gets the SPHierarchyManager object used by the SPSequence object. (Inherited from SPSequence.) | |
Id | Gets the ID of the sequence. (Inherited from SPSequence.) | |
IsApplicable | true if the upgrader is applicable to the object; otherwise, false. (Overrides SPSequence.IsApplicable.) | |
IsBackwardsCompatible | Determines whether or not this object is within the backwards compatible range. (Inherited from SPSequence.) | |
Log | Gets an SPLog object that represents the log of the upgrade session. The upgrade session object can be retrieved by the Session property. (Inherited from SPDelegate.) | |
Manager | Gets the Microsoft SharePoint Foundation Upgrade Manager. (Inherited from SPDelegate.) | |
NeedsUpgrade | Gets or sets a Boolean value that specifies whether the sequence object needs an upgrade. (Inherited from SPSequence.) | |
Object | Gets the delegating object. (Inherited from SPDelegate.) | |
PlaceHolderSequence | This sequence does not have any upgrade logic (yet) (Inherited from SPSequence.) | |
RootWebOnly | Return true if this sequence only applies to rootwebs | |
SchemaVersion | Property for sequence SchemaVersion. | |
Session | Gets the upgrade session of the delegate. (Inherited from SPDelegate.) | |
Site | ||
Stopped | Gets or sets a Boolean value that specifies whether the upgrade is stopped. (Inherited from StopEventReceiver.) | |
SwitchoverVersionFromSiteSequence14 | ||
SwitchoverVersionFromSiteSequence15 | ||
TargetCompatibilityLevel | Determines target compatibility level for the parent site collection based on the site compatibility level and upgrade flags. | |
TargetSchemaVersion | Property for sequence target SchemaVersion. | |
Type | Gets the type of the delegate. (Inherited from SPDelegate.) | |
UpgradableObject | Gets the object of UpgradableObject type which is being upgraded by this sequence. (Inherited from SPSequence.) | |
Web | Property for typed upgradable object. |
Top
Methods
Name | Description | |
---|---|---|
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.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FinalizeUpgrade | Performs an explicitly called operation to finalize upgrade. (Inherited from SPSequence.) | |
GetHashCode | (Inherited from Object.) | |
GetProperty | Returns one of the per-sequence properties from the upgrade config files (Inherited from SPSequence.) | |
GetType | (Inherited from Object.) | |
GetVersion | Get the associated SPWeb version. | |
Initialize | Initializes the upgrade sequence for the specified object. (Inherited from SPSequence.) | |
MemberwiseClone | (Inherited from Object.) | |
PostUpgrade | Executed by the SharePoint upgrade infrastructure after the IUpgrader.Upgrade method is implemented. (Inherited from SPActionSequence.) | |
PreUpgrade | Executed by the SharePoint upgrade infrastructure before the IUpgrader.Upgrade method is implemented. (Inherited from SPActionSequence.) | |
SetPostUpgradeDependencies | By default this object has no post-upgrade dependencies. (Inherited from SPSequence.) | |
SetPreUpgradeDependencies | By default this object has no pre-upgrade dependencies. (Inherited from SPSequence.) | |
SetVersion | Set the SPWeb version. | |
ToString | (Inherited from Object.) | |
Upgrade | Executes the upgrade logic. (Inherited from SPActionSequence.) |
Top
Events
Name | Description | |
---|---|---|
UpdatingProgress | Occurs while the upgrade is in progress. (Inherited from SPActionSequence.) |
Top