SPSolutionExporter Members
Include Protected Members
Include Inherited Members
Provides static methods for exporting a Web site as a SharePoint Foundation Web template and for exporting a custom workflow as a workflow template.
The SPSolutionExporter type exposes the following members.
Properties
Name | Description | |
---|---|---|
MaxSolutionFileSize | Gets the maximum size for solution files. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExportWeb | Exports the specified Web site as a Web template in a solution file. | |
ExportWebToGallery | Exports the specified Web site as a Web template in the Solution Gallery. | |
ExportWorkFlowTemplate | Exports the specified workflow template as a solution file. | |
ExportWorkflowToList | Exports the specified workflow template as a solution in a document library. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PathCombine | Combines two paths even if the second path begins with a slash. | |
ToString | (Inherited from Object.) |
Top