field Element (sharepointListAdapter Element)
Office 2007
Contains field mapping information for each field in a SharePoint list and the corresponding name used in InfoPath.
Type
|
Parent Elements
| Element | Description |
|---|---|
| sharepointListAdapter | Contains the data adapter information to query a SharePoint list or library. |
Child Elements
None.
Attributes
| Attribute | Type | Required | Description | Possible Values |
|---|---|---|---|---|
| sharepointName | | Yes | Contains the name of a field in a SharePoint list. | string |
| ||||
| infopathName | | Yes | Contains the corresponding InfoPath field name for the sharepointName. | string |
| ||||
| isLookup | | No | Specifies whether a field in a SharePoint list is a lookup field. The default is "no". |
|
|
Definition
|
Remarks
Each field returned from a SharePoint list or library by the sharepointListAdapter data adapter will have a field element.
Example
The following is an example of the field element:
|