userName Element
Associates a user with a particular role.
Type
|
Child Elements
None.
Attributes
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
name |
|
Yes | Specifies the name of a user for inclusion in the membership list of a role. | string |
|
||||
memberOf |
|
Yes | Specifies the role to be associated with the user. | string |
|
Definition
|
Remarks
InfoPath requires that a user be associated with only one role at a time.
If a user creates a new InfoPath document from a form template, that user is assigned to the role specified in the optional initiator attribute of the roles element. If no role has been designated as the initiator role, InfoPath assigns the user to the role specified in the memberOf attribute of the first entry that corresponds to the user in the membership list of the roles element. An entry in the membership list corresponds to a user if any one of the following conditions is true:
- The name of the user matches the value of the name attribute of a userName element in the membership list.
- The user is included in a group identified by a group element in the membership list.
- The name of the user matches a name returned by a getUserNameFromData element in the membership list.
If no entry for the user is found in the membership list, InfoPath associates the user with the role specified in the default attribute of the roles element.
Example
The following is an example of the userName element:
|