SPSolutionExporter.ExportMode-Enumeration

Gibt an, wie viel von einer Website in einer Microsoft SharePoint Foundation Web-Vorlage für Projektmappen exportiert wird.

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

Syntax

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

Member

Membername Beschreibung
FullReuse Gibt an, dass Elemente nur Web-Ebene in das Lösungspaket exportiert werden.
FullPortability Gibt an, dass der Web-Ebene Elemente und Featureabhängigkeiten im Bereich der Website in das Lösungspaket exportiert werden.

Siehe auch

Referenz

Microsoft.SharePoint-Namespace

SPSolutionExporter