FieldRef Element (DeploymentManifest - SPFieldCollection)

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

Represents field data to display in a Windows SharePoint Services 3.0 list (SPList).

Definition

DECLARATION
<xs:element name="FieldRef"
        type="SPFieldLink"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Fields>
        <FieldRef>
                <Field />
                        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"
        <FieldRef />
</Fields>

Type

SPField

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Type Description
Name
xs:string
Optional. Name of the field in which to display the data.
ID
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the field in which to display the data.
Customization
xs:string
Optional.
Default
xs:string
Optional. Default value for data to display in the field.
ColName
xs:string
Optional. Display name of the column representing the field.
ColName2
xs:string
Optional.
RowOrdinal
xs:int
Optional.
RowOrdinal2
xs:int
Optional.
Hidden
TRUEFALSE Simple Type (DeploymentManifest)
Optional. Specifies whether the field value is hidden in the user interface. TRUE if the value is hidden. The default is FALSE.
Required
TRUEFALSE Simple Type (DeploymentManifest)
Optional. Specifies whether the field requires a value (cannot be null). TRUE if the field value is required. The default is FALSE.
Explicit
xs:string
Optional.
ShowInNewForm
xs:string
Optional.
ShowInEditForm
xs:string
Optional.
DisplayName
xs:string
Optional.
Node
xs:string
Optional.

Child elements

Parent elements

Remarks

This element can contain instances of itself, and can therefore be either a parent or child of itself.

See also