Freigeben über


SPImportSettings.IncludeUserCustomAction-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts aus der SPIncludeUserCustomAction -Aufzählung, die angibt, ob benutzerdefinierte Aktionen in der Importeinstellungen einfügen.

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

Syntax

'Declaration
Public Property IncludeUserCustomAction As SPIncludeUserCustomAction
    Get
    Set
'Usage
Dim instance As SPImportSettings
Dim value As SPIncludeUserCustomAction

value = instance.IncludeUserCustomAction

instance.IncludeUserCustomAction = value
public SPIncludeUserCustomAction IncludeUserCustomAction { get; set; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Deployment.SPIncludeUserCustomAction
Gibt eine Enumeration SPIncludeUserCustomAction Wert, All oder None. Der Standardwert ist All.

Siehe auch

Referenz

SPImportSettings Klasse

SPImportSettings-Member

Microsoft.SharePoint.Deployment-Namespace