UserGroupMap Element (DeploymentUserGroupMap)

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

Represents an object (DeploymentUserGroupMap) that holds mappings for the users and deployment groups that are exported to the content migration package.

Definition

DECLARATION
<xs:element
    name="UserGroupMap"
    type="DeploymentUserGroupMap"
/>
USAGE
<UserGroupMap>
    <Users />
    <Groups />
</UserGroupMap>

Type

DeploymentUserGroupMap

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Parent elements

None

Remarks

The UserGroupMap element is the root element of the DeploymentUserGroupMap Schema and therefore has no parent element.

See also