ViewFields Element (DeploymentManifest - SPView)

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

Represents a collection of fields that are included in a Windows SharePoint Services 3.0 view.

Definition

DECLARATION
<xs:element name="ViewFields" type="SPFieldLinkCollection" minOccurs="0" maxOccurs="1" />

USAGE
<View>
        <ViewFields>
                <FieldRef />
        </ViewFields>
</View>

Type

SPFieldLinkCollection object

Elements and attributes

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

Attributes

None

Child elements

FieldRef Element (DeploymentManifest - SPFieldLinkCollection)

Parent elements

View Element (DeploymentManifest)

See also