Share via


UserX Element (DeploymentManifest)

Applies to: SharePoint Foundation 2010

Represents incremental changes to an SPUser object defintion during an incremental deployment.

DECLARATION
<xs:element name="UserX" type="DeploymentUserX" />

USAGE
<SPObject>
        <UserX
                Operation="SecurityModificationType"
                Id="xs:string"
                Name="xs:string"
                Login="xs:string"
                Email="xs:string"
                SystemId="xs:string"
                IsDomainGroup="xs:boolean"
                IsSiteAdmin="xs:boolean"
                IsDeleted="xs:boolean"
        />
</SPObject>

Type

DeploymentUserX (based on SPUser)

Attributes

Attribute

Type

Description

Email

xs:string

Optional. Provides the e-mail address of the user.

Id

xs:string

Required. Provides the member ID for the user.

IsDeleted

xs:boolean

Optional.Specifies whether the user has been deleted.

IsDomainGroup

xs:boolean

Optional. Specifies whether the user is a domain group; true if the user is a domain group, otherwise false.

IsSiteAdmin

xs:boolean

Optional. Specifies whether the user is a site collection administrator; true if the user is a site collection administrator, otherwise false.

Login

xs:string

Optional. Provides the user name of the user.

Name

xs:string

Required. Provides the display name of the user.

Operation

SecurityModificationType Simple Type (DeploymentManifest)

Required. Enumeration type that provides values to specify which security modifications are allowed.

SystemId

xs:string

Optional.

Child Elements

None

Parent Elements

SPObject Element (DeploymentManifest)

See Also

Reference

SPUser

Concepts

DeploymentManifest Schema