SPSolutionExporter class

Exports a Web site as a Microsoft SharePoint Server solution.

System.Object
  Microsoft.SharePoint.SPSolutionExporter

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

No code example is currently available or this language may not be supported.

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: