Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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. |