Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
A field value class for a LinkField object that represents an <A> tag and specific key attributes for that tag.
The LinkFieldValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LinkFieldValue() | Constructs a new empty instance of a LinkFieldValue object. |
![]() |
LinkFieldValue(String) | Uses an <A> tag in the inputHtml to construct a new instance of a LinkFieldValue object from an HTML string. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IconUrl | Gets or sets the URL for the optional icon image that is displayed with this LinkField object. |
![]() |
href | Gets or sets the URL of the hyperlink to this LinkFieldValue object. |
![]() |
Target | Gets or sets the target window of the hyperlink value. |
![]() |
Text | Gets or sets the text that is displayed for the hyperlink. |
![]() |
ToolTip | Gets or sets the text that is displayed on the hyperlink's tooltip. |
![]() |
UseDefaultIcon | Gets or sets a value that determines whether an IconUrl property is the default URL that is looked up, based on the href property. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() ![]() |
GetDefaultDisplayText | Returns default display text to use for the inputUrl. |
![]() ![]() |
GetDefaultIconUrl | Returns a URL to a default Microsoft Office SharePoint Server 2007 type icon to use for the file type in the inputUrl. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns an HTML string with an <A> tag and properties with values as currently set for this LinkFieldValue object. (Overrides HtmlTagValue.ToString().) |
Top