LinkField class

Represents a field that contains LinkFieldValue data.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldMultiLineText
      Microsoft.SharePoint.Publishing.Fields.BaseRichFieldType
        Microsoft.SharePoint.Publishing.Fields.LinkField

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class LinkField _
    Inherits BaseRichFieldType
'Usage
Dim instance As LinkField
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class LinkField : BaseRichFieldType

Remarks

The Web control class for editing and displaying a value in a LinkFieldValue object is RichLinkField.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LinkField members

Microsoft.SharePoint.Publishing.Fields namespace