Fields Element (DeploymentManifest - SPList)

Applies to: SharePoint Foundation 2010

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

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

USAGE
<List>
        <Fields 
                <FieldRef />
                <Field />
        />
</List>

Type

SPFieldCollection

Attributes

Attribute

Type

Description

None

Child Elements

Field Element (DeploymentManifest - SPFieldCollection)

FieldRef Element (DeploymentManifest - SPFieldCollection)

Parent Elements

List Element (DeploymentManifest)

See Also

Reference

SPFieldCollection

Concepts

DeploymentManifest Schema