SPImportSettings.IncludeUserCustomAction property

Gets or sets a value from the SPIncludeUserCustomAction enumeration that specifies whether to include custom user actions with the import settings.

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; }

Property value

Type: Microsoft.SharePoint.Deployment.SPIncludeUserCustomAction
Returns an SPIncludeUserCustomAction enumeration value, either All or None. The default is All.

See also

Reference

SPImportSettings class

SPImportSettings members

Microsoft.SharePoint.Deployment namespace