User Element (DeploymentUserGroupMap)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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 Windows SharePoint Services site administrator; true if the user is a site administrator.

SystemId

xs:string

Optional.

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