Click or drag to resize

LinkValue Class

Represents the value of a field that contains URL values.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.CoreLinkValue

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class LinkValue : IComparable<LinkValue>, 
	IComparable, ILookupValue

The LinkValue type exposes the following members.

Constructors
  NameDescription
Public methodLinkValue
Initializes a new instance of the LinkValue class
Public methodLinkValue(String, String)
Initializes a new instance of the LinkValue class
Top
Methods
  NameDescription
Public methodCompareTo(Object)
Public methodCompareTo(LinkValue)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldAnchorText
Public fieldUrl
Top
Remarks
This class can be used for instance to store values within an SPFieldUrl on a workspace.
See Also