SPExport Members
Include Protected Members
Include Inherited Members
Supports export of specified content from a source SharePoint Foundation site collection to a CAB file (with .cmp file extension) in XML format.
The SPExport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPExport() | Initializes a nonparameterized instance of the SPExport class. | |
SPExport(SPExportSettings) | Initializes an instance of the SPExport class with the desired Microsoft.SharePoint.Deployment.SPExportSettings values passed in. | |
SPExport(Uri, String) | Initializes an instance of the SPExport class that specifies the URL of the source web and the location of the content migration package. | |
SPExport(Uri, String, String) | Initializes an instance of the SPExport class that specifies the URL of the source web, the location of the content migration package, and the base file name for the content migration package. |
Top
Properties
Name | Description | |
---|---|---|
Settings | Gets or sets export settings on the Microsoft.SharePoint.Deployment.SPExportSettings object. | |
Site | Gets or sets a protected instance of an SPSite object. (Inherited from SPDeployment.) |
Top
Methods
Name | Description | |
---|---|---|
Cancel | Do not use. This method is not implemented in the current version of Microsoft SharePoint Foundation. (Overrides SPDeployment.Cancel().) | |
CleanUpAutoGeneratedDataFiles | Deletes autogenerated data files that were used to support the export operation. | |
Dispose | Releases managed resources upon completing or cancelling the deployment operation. (Inherited from SPDeployment.) | |
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. (Inherited from SPDeployment.) | |
OnCompleted | Raises the Completed event. (Inherited from SPDeployment.) | |
OnProgressUpdated | Raises the ProgressUpdatedevent(). (Inherited from SPDeployment.) | |
OnStarted() | Raises the Startedevent(). (Inherited from SPDeployment.) | |
OnStarted(SPDeploymentEventArgs) | Raises the Started event. (Inherited from SPDeployment.) | |
Run | Initiates the export operation. (Overrides SPDeployment.Run().) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
Canceled | Event that is raised when the deployment operation is cancelled. (Inherited from SPDeployment.) | |
Completed | Event that is raised when the deployment operation is completed. (Inherited from SPDeployment.) | |
Compressing | An event that is raised when the export operation is about to compress output files. | |
Error | Event that is raised when the deployment operation encounters an error or a warning. (Inherited from SPDeployment.) | |
ProgressUpdated | Event that is raised when the deployment operation recalculates the current progress of the deployment operation. (Inherited from SPDeployment.) | |
Started | Event that is raised when the deployment operation is started. (Inherited from SPDeployment.) |
Top