Fields Element (DeploymentManifest - SPListItem)

Applies to: SharePoint Foundation 2010

Represents a collection of SPField object instances on a Windows SharePoint Services 3.0SPListItem object.

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

USAGE
<ListItem>
        <Fields 
                <FieldRef />
                <Field />
        />
</ListItem>

Type

SPFieldCollection

Attributes

Attribute

Type

Description

None

Child Elements

Field Element (DeploymentManifest - SPFieldCollection)

FieldRef Element (DeploymentManifest - SPFieldCollection)

Parent Elements

ListItem Element (DeploymentManifest - SPGenericObject)

See Also

Reference

SPFieldCollection

Concepts

DeploymentManifest Schema