Share via


User Element (DeploymentUserGroupMap)

Applies to: SharePoint Foundation 2010

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.

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

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)

See Also

Concepts

DeploymentUserGroupMap Schema