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 user (DeploymentUser) object included in the user group map (UserGroup.xml) file for export to the content migration package.
Definition
DECLARATION
<xs:element
name="User"
type="DeploymentUser"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Users>
<User
Id="xs:string"
Name="xs:string"
Login="xs:string"
Email="xs:string"
IsDomainGroup="xs:boolean"
IsSiteAdmin="xs:boolean"
SystemId="xs:string"
IsDeleted="xs:boolean"
/>
</Users>
Type
DeploymentUser
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Id |
xs:string |
Required. Identifier of the user. |
| Name |
xs:string |
Required. Name of the user. |
| Login |
xs:string |
Required. Login name for the user. |
| Email |
xs:string |
Optional. E-mail address for the user. |
| IsDomainGroup |
xs:boolean |
Optional. Specifies whether the user identity represents a domain group; true if the user is a domain group. |
| IsSiteAdmin |
xs:boolean |
Optional. Specifies whether the user is a Microsoft SharePoint Foundation site administrator; true if the user is a site administrator. |
| SystemId |
xs:string |
Optional. Represents the value of the Active Directory SID, which is converted to a base64 data type by using the ToBase64String method. Note that functionality provided by the SPExport type does not validate the data that is passed through the SystemId attribute. |
| IsDeleted |
xs:boolean |
Optional. Specifies whether the user has been deleted; true if the user has been deleted. |
Child elements
None
Parent elements
Users Element (DeploymentUserGroupMap)