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 |
---|---|---|
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 |