GroupX Element (DeploymentManifest)

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

Represents an instance of a top-level Windows SharePoint Services 3.0 deployment group object.

Definition

DECLARATION
<xs:element name="GroupX" type="DeploymentGroupX" />

USAGE
<SPObject>
        <GroupX
                Operation="SecurityModificationType"
                Id="xs:string"
                Name="xs:string"
                OwnerLogin="xs:string"
                OwnerIsUser="xs:boolean"
                Description="xs:string"
                UserId="xs:string"
                UserLogin="xs:string"
                RequestToJoinLeaveEmailSetting="xs:string"
                OnlyAllowMembersViewMembership="xs:boolean"
                AllowRequestToJoinLeave="xs:boolean"
                AutoAcceptRequestToJoinLeave="xs:boolean"
        />
</SPObject>

Type

DeploymentGroupX

Elements and attributes

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

Attributes

Attribute Type Description
Operation
SecurityModificationType Simple Type (DeploymentManifest)
Required. The security modification operation associated with the group.
Id
xs:string
Required. Identifier of the group.
Name
xs:string
Required. Name of the group.
OwnerLogin
xs:string
Optional. Login information for the group owner.
OwnerIsUser
xs:boolean
Optional. Specifies whether the owner is the current user; true if the owner is the user.
Description
xs:string
Optional. Description of the deployment group.
UserId
xs:string
Optional. Identifier of the current user.
UserLogin
xs:string
Optional. Login information for the current user.
RequestToJoinLeaveEmailSetting
xs:string
Optional.
OnlyAllowMembersViewMembership
xs:boolean
Optional. Specifies whether only group members can view the list of deployment group members; true if only group members can view the list.
AllowRequestToJoinLeave
xs:boolean
Optional. Specifies whether users can request to join or leave the deployment group; true if users can request to join or leave the group..
AutoAcceptRequestToJoinLeave
xs:boolean
Optional. Specifies whether requests to join or leave the deployment group are automatically accepted; true if requests are automatically accepted.

Child elements

None

Parent elements

SPObject Element (DeploymentManifest)

See also