Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Abstract base class from which the SPExport and SPImport classes inherit.
The SPDeployment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPDeployment | Creates a new protected instance of the SPDeployment class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Site | Gets or sets a protected instance of an SPSite object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Cancel | Cancels the deployment operation |
![]() |
Dispose | Releases managed resources upon completing or cancelling the deployment operation. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCanceled | Raises the Canceled event. |
![]() |
OnCompleted | Raises the Completed event. |
![]() |
OnProgressUpdated | Raises the ProgressUpdatedevent(). |
![]() |
OnStarted() | Raises the Startedevent(). |
![]() |
OnStarted(SPDeploymentEventArgs) | Raises the Started event. |
![]() |
Run | Starts the deployment operation. |
![]() |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Canceled | Event that is raised when the deployment operation is cancelled. |
![]() |
Completed | Event that is raised when the deployment operation is completed. |
![]() |
Error | Event that is raised when the deployment operation encounters an error or a warning. |
![]() |
ProgressUpdated | Event that is raised when the deployment operation recalculates the current progress of the deployment operation. |
![]() |
Started | Event that is raised when the deployment operation is started. |
Top