Freigeben über


SPImportSettings.IgnoreWebParts-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob der Importvorgang Webparts einer Datei zugeordneten ignoriert. Legen Sie auf true zum Importieren von Webparts zu deaktivieren. Der Standardwert ist false.

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

Syntax

'Declaration
Public Property IgnoreWebParts As Boolean
    Get
    Set
'Usage
Dim instance As SPImportSettings
Dim value As Boolean

value = instance.IgnoreWebParts

instance.IgnoreWebParts = value
public bool IgnoreWebParts { get; set; }

Eigenschaftswert

Typ: System.Boolean
true beim Importieren von Webparts für eine Datei ist deaktiviert. Andernfalls wird falsezurückgegeben.
). Der Standardwert ist falsefalse.

Hinweise

Diese Eigenschaft wird in erster Linie durch das Variationsfeature CMS verwendet.

Siehe auch

Referenz

SPImportSettings Klasse

SPImportSettings-Member

Microsoft.SharePoint.Deployment-Namespace