RoleAssignments Element (DeploymentManifest)

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

Represents a collection of deployment role assignment (DeploymentRoleAssignments) objects.

Definition

DECLARATION
<xs:element name="RoleAssignments" type="DeploymentRoleAssignments" />

USAGE
<SPObject>
        <RoleAssignments
                <RoleAssignment />
        />
</SPObject>

Type

DeploymentRoleAssignments (based on SPRoleAssignmentCollection)

Elements and attributes

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

Attributes

None

Child elements

RoleAssignment Element (DeploymentManifest)

Parent elements

SPObject Element (DeploymentManifest)

See also