Fields Element (View)
Applies to: SharePoint Foundation 2010
Used within a view to render the list for the browser by iterating over the view fields. When used outside a view, the Fields element iterates over all the nonhidden fields in the list.
<Fields>
</Fields>
Attributes
Attribute |
Description |
---|---|
FormAggregation |
TRUE to enable Merge Forms within a form library. |
Child Elements
Numerous |
Parent Elements
Numerous |
Occurrences
Minimum: 0 Maximum: Unbounded |
Remarks
Use of the <Fields> tag is synonymous with specifying <ForEach Select="Fields/Field">.