Group Element (DeploymentUserGroupMap)
Applies to: SharePoint Foundation 2010
Represents an instance of a deployment group (DeploymentGroup) object for generating the group map (UserGroup.xml) file exported to the content migration package.
DECLARATION
<xs:element
name="Group"
type="DeploymentGroup"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Groups>
<Group>
<Member />
Id="xs:string"
Name="xs:string"
Owner="xs:string"
OwnerIsUser="xs:boolean"
Description="xs:string"
OnlyAllowMembersViewMembership="xs:boolean"
AllowMembersEditMembership="xs:boolean"
AllowRequestToJoinLeave="xs:boolean"
AutoAcceptRequestToJoinLeave="xs:boolean"
RequestToJoinLeaveEmailSetting="xs:string"
</Group>
</Groups>
Type
DeploymentGroup
Attributes
Attribute |
Type |
Description |
---|---|---|
Id |
xs:string |
Required. Identifier of the deployment group. |
Name |
xs:string |
Required. Name of the deployment group. |
Owner |
xs:string |
Required. Owner of the deployment group. |
OwnerIsUser |
xs:boolean |
Required. Specifies whether the owner of the deployment group is also a user; true if the owner is also a user. |
Description |
xs:string |
Optional. Description of the deployment group. |
OnlyAllowMembersViewMembership |
xs:boolean |
Optional. Specifies whether only members of the deployment group are able to view the list of deployment group members; true if viewing membership is restricted to group members. |
AllowMembersEditMembership |
xs:boolean |
Optional. Specifies whether deployment group members can edit the list of group members; true if group members can edit the membership list. |
AllowRequestToJoinLeave |
xs:boolean |
Optional. Specifies whether the deployment group accepts requests to join or leave the deployment group: true if the group accepts such requests. |
AutoAcceptRequestToJoinLeave |
xs:boolean |
Optional. Specifies whether the deployment group automatically accepts requests to join or leave the deployment group; true if the group automatically accepts such requests. |
RequestToJoinLeaveEmailSetting |
xs:string |
Optional. Provides the e-mail address to which users can send requests to join or leave the deployment group. |