SPSolutionExporter.ExportMode enumeration

Specifies how the much of a Web site is exported into a Microsoft SharePoint Foundation Web template solution.

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

Syntax

'Declaration
Public Enumeration ExportMode
'Usage
Dim instance As SPSolutionExporter.ExportMode
public enum ExportMode

Members

Member name Description
FullReuse Specifies that only Web-scoped elements are exported into the solution package.
FullPortability Specifies that both Web-scoped elements and Site-scoped Feature dependencies are exported into the solution package.

See also

Reference

Microsoft.SharePoint namespace

SPSolutionExporter