ViewFields Element (DeploymentManifest - SPWebPart)
Applies to: SharePoint Foundation 2010
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) |