ViewFields Element (DeploymentManifest - SPView)

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 in a Windows SharePoint Services 3.0 view.

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

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

Type

SPFieldLinkCollection object.

Attributes

Attribute

Type

Description

None

Child Elements

FieldRef Element (DeploymentManifest - SPFieldLinkCollection)

Parent Elements

View Element (DeploymentManifest)

See Also

Reference

SPView

ViewFields

SPFieldLinkCollection

Concepts

DeploymentManifest Schema