Share via


FieldRef Element (DeploymentManifest - SPFieldLinkCollection)

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 field data to display in a view.

DECLARATION
<xs:element name="FieldRef" 
        type="SPFieldLink" 
        minOccurs="0" maxOccurs="unbounded" 
/>

USAGE
<ViewFields>
        <FieldRef
                Name="xs:string"
                ID="Guid"
                Customization="xs:string"
                Default="xs:string"
                ColName="xs:string"
                ColName2="xs:string"
                RowOrdinal="xs:int"
                RowOrdinal2="xs:int"
                Hidden="TRUEFALSE"
                Required="TRUEFALSE"
                Explicit="xs:string"
                ShowInNewForm="xs:string"
                ShowInEditForm="xs:string"
                DisplayName="xs:string"
                Node="xs:string"
        />
</ViewFields>

Type

SPFieldLink

Attributes

Attribute

Type

Description

Name

xs:string

Optional. Name of the field referenced.

ID

Guid Simple Type (DeploymentManifest)

Optional. Unique identifier of the field referenced.

Customization

xs:string

Optional.

Default

xs:string

Optional. Default value for the field referenced.

ColName

xs:string

Optional. Display name for the column representing the field referenced.

ColName2

xs:string

Optional.

RowOrdinal

xs:int

Optional.

RowOrdinal2

xs:int

Optional.

Hidden

TRUEFALSE Simple Type (DeploymentManifest)

Optional. Specifies that the field value is hidden in the user interface.

Required

TRUEFALSE Simple Type (DeploymentManifest)

Optional. Specifies that the field requires a value.

Explicit

xs:string

Optional.

ShowInNewForm

xs:string

Optional.

ShowInEditForm

xs:string

Optional.

DisplayName

xs:string

Optional. Name shown in the user interface for the field referenced.

Node

xs:string

Optional.

Child Elements

None

Parent Elements

ViewFields Element (DeploymentManifest - SPView)

See Also

Reference

SPFieldLink

Concepts

DeploymentManifest Schema