ViewFields Element (DeploymentManifest - SPWebPart)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents a collection of fields that are included on a Windows SharePoint Services 3.0 Web Part view.

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

USAGE
<WebPart>
        <ViewFields>
                <FieldRef />
        </ViewFields>
</WebPart>

Type

SPFieldLinkCollection object.

Attributes

Attribute

Type

Description

None

Child Elements

FieldRef Element (DeploymentManifest - SPFieldLinkCollection)

Parent Elements

WebPart Element (DeploymentManifest)

See Also

Reference

SPView

ViewFields

SPFieldLinkCollection

Concepts

DeploymentManifest Schema