UserX Element (DeploymentManifest)
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 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 |
---|---|---|
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 |
Required. Enumeration type that provides values to specify which security modifications are allowed. |
|
SystemId |
xs:string |
Optional. |
Child Elements
None |