SPIncludeUserCustomAction enumeration

Enumeration that allows you to specify whether to include custom user actions with import settings.

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

Syntax

'Declaration
Public Enumeration SPIncludeUserCustomAction
'Usage
Dim instance As SPIncludeUserCustomAction
public enum SPIncludeUserCustomAction

Members

Member name Description
None Indicates that custom user actions will not be included on import.
All Default value. Indicates that custom user actions will be included on import.

Remarks

This value is consumed by the IncludeUserCustomAction property on the SPImportSettings object.

See also

Reference

Microsoft.SharePoint.Deployment namespace