SPIncludeSecurity Enumeration
Contains values that describe the level of user and group security data to include during an export or import operation.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPIncludeSecurity
'Usage
Dim instance As SPIncludeSecurity
public enum SPIncludeSecurity
Members
Member name | Description | |
---|---|---|
None | (Default) No user or group security data 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. |