SPFieldLink members

Represents a single column (also known as field) reference that is included in a content type.

The SPFieldLink type exposes the following members.

Constructors

  Name Description
Public method SPFieldLink Initializes a new instance of the SPFieldLink class with the specified field.

Top

Properties

  Name Description
Public property AggregationFunction Gets or sets the aggregation function for the field. Used to promote and demote properties in XML documents.
Public property Customization Gets or sets a string in Collaborative Application Markup Language (CAML) that defines custom field properties.
Public property DisplayName Gets or sets the display name for the field reference.
Public property Hidden Gets or sets a Boolean value that specifies whether the field is displayed in forms that can be edited.
Public property Id Gets the GUID that identifies the field reference.
Public property Name Gets the internal name of the field reference object.
Public property PIAttribute Gets or sets the attribute of the processing instruction (specified by the PITarget property) to use for document property promotion and demotion.
Public property PITarget Gets or sets the name of the processing instruction in an XML document of this content type, which can then be used to promote and demote property values.
Public property PrimaryPIAttribute Gets or sets the attribute of the primary processing instruction (specified by the PrimaryPITarget property) that is used to promote and demote the document property.
Public property PrimaryPITarget Gets or sets the name of the primary processing instruction in an XML document of the specified content type, which is then used to promote and demote the document property.
Public property ReadOnly Gets and sets a value that indicates whether the SPFieldLink object can be modified.
Public property Required Gets or sets a value that indicates whether the column that is referenced must have a value.
Public property SchemaXml Gets the schema in Collaborative Application Markup Language (CAML) that defines the field reference.
Public property ShowInDisplayForm Gets or sets a Boolean value that specifies whether the field reference is displayed in the form or displaying list items.
Public property XPath Gets or sets an XML Path Language (XPath) expression that represents the location of a property within an XML document of this content type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPFieldLink class

Microsoft.SharePoint namespace