FieldRef Element (DeploymentManifest - SPFieldLinkCollection)
Applies to: SharePoint Foundation 2010
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
Attributes
Attribute |
Type |
Description |
---|---|---|
Name |
xs:string |
Optional. Name of the field referenced. |
ID |
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 |
Optional. Specifies that the field value is hidden in the user interface. |
|
Required |
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 |