Share via


SPIncludeSecurity Enumeration

Contains values that describe the user and group information to include during an export or import operation.

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

Syntax

Public Enumeration SPIncludeSecurity

Dim instance As SPIncludeSecurity
public enum SPIncludeSecurity

Members

Member name Description
None (Default) No user or group information is migrated.
WssOnly Includes user memberships and role assignments, such as native roles like Web Designer, as well as any custom roles that extend from the native roles. The ACL for each object is migrated. No user information defined in the DAP or LDAP servers is included.
All Includes user memberships and role assignments, such as native roles like Web Designer, as well as any custom roles that extend the native roles. The ACL for each object is migrated. In addition, user information defined in the DAP or LDAP servers is also included.

See Also

Reference

Microsoft.SharePoint.Deployment Namespace