Fields element (DeploymentManifest - SPList)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents a collection of Field (SPField) instances on a Windows SharePoint Services 3.0 List object (SPList).

Definition

DECLARATION
<xs:element name="Fields"
        type="SPFieldCollection"
        minOccurs="0" maxOccurs="1"
/>
USAGE
<List>
        <Fields
                <FieldRef />
                <Field />
        />
</List>

Type

SPFieldCollection

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Parent elements

See also