Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.