SPIncludeSecurity Simple Type (DeploymentExportSettings)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Provides values for the IncludeSecurity attribute on the ExportSettings Element (DeploymentExportSettings).
<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
Reference
ExportSettings Element (DeploymentExportSettings)