SPSolutionExporter class
Exports a Web site as a Microsoft SharePoint Server solution.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPSolutionExporter
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public NotInheritable Class SPSolutionExporter
'Usage
Dim instance As SPSolutionExporter
public sealed class SPSolutionExporter
Remarks
An instance of this class represents a single export run and is not reusable. To enforce this, the class publicly exposes a single static method. This static method will create an instance, export the site, and then release the object.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.