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.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class LinkField _
Inherits BaseRichFieldType
'Usage
Dim instance As LinkField
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, 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.