SPIncludeSecurity Simple Type (DeploymentExportSettings)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Provides values for the IncludeSecurity attribute on the ExportSettings Element (DeploymentExportSettings).

Definition

<xs:simpleType name="SPIncludeSecurity">
    <xs:restriction base="xs:string">
        <xs:enumeration value="None" />
        <xs:enumeration value="WssOnly" />
        <xs:enumeration value="All" />
    </xs:restriction>
</xs:simpleType

Enumeration values

Value Description
None
Specifies that no user or group information is migrated. (Default)
WssOnly
Applies only Windows SharePoint Services 3.0 security settings. Includes user memberships and role assignments such as default roles, for example, Web Designer or any custom roles that extend from the default roles. The access control list (ACL) for each object is migrated. No user information defined in the DAP or LDAP servers is included.
All
Applies all available Windows SharePoint Services 3.0 security settings. Includes user memberships and role assignments such as default roles, for example, Web Designer or any custom roles that extend from the default roles. The ACL for each object is migrated. In addition, user information defined in the DAP or LDAP servers is included.

Remarks

The values specify the user and group information that is included during an export operation.

See also