共用方式為


SPSolutionExporter.ExportMode enumeration

指定網站的許多匯出至Microsoft SharePoint Foundation網頁範本方案的方式。

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

Syntax

'宣告
Public Enumeration ExportMode
'用途
Dim instance As SPSolutionExporter.ExportMode
public enum ExportMode

Members

Member name Description
FullReuse 指定只有 Web 範圍的項目會匯出為方案套件。
FullPortability 指定匯出 Web 範圍的項目和站台範圍功能依存性,將方案套件。

請參閱

參照

Microsoft.SharePoint namespace

SPSolutionExporter