Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.68 KB

viewfields-element-deploymentmanifestspwebpart.md

File metadata and controls

58 lines (39 loc) · 1.68 KB
title manager ms.date description ms.audience ms.topic ms.localizationpriority ms.assetid
ViewFields Element (DeploymentManifest - SPWebPart)
soliver
06/14/2022
Describes ViewFields Element (DeploymentManifest - SPWebPart) and provides information on elements and attributes.
Developer
reference
medium
9b4599eb-f7cd-487b-8970-bc44000c8fde

ViewFields Element (DeploymentManifest - SPWebPart)

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

Represents a collection of fields that are included on a Windows SharePoint Services 3.0 web part view.

Definition

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

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

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

WebPart Element (DeploymentManifest)

See also