Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a deployment group (DeploymentGroup) object for generating the group map (UserGroup.xml) file exported to the content migration package.
Definition
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
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
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 email address to which users can send requests to join or leave the deployment group. |
Child elements
Member Element (DeploymentUserGroupMap)
Parent elements
Groups Element (DeploymentUserGroupMap)