SummaryLinkFieldValue Members
Include Protected Members
Include Inherited Members
This class contains both configuration properties and instance data for SummaryLink objects.
The SummaryLinkFieldValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SummaryLinkFieldValue() | Constructs a new empty SummaryLinkFieldValue object. | |
SummaryLinkFieldValue(String) | Constructs a SummaryLinkFieldValue from a serialized string. |
Top
Properties
Name | Description | |
---|---|---|
DisplayColumns | Gets or sets the number of columns to use when rendering the data. | |
GetLinksAsHtml | Gets the summary link titles as HTML markup. | |
GetLinksAsText | Gets the summary link titles as text. | |
Groups | Gets the available groups that are allowed for a SummaryLink object. | |
GroupStyle | Gets or sets the default style for the available groups that are allowed for a SummaryLink object. | |
LinkStyle | Gets or sets the default style for links. | |
SummaryLinks | Gets the collection of SummaryLink objects that belong to this SummaryLinkValue object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Gets the serialized representation of this SummaryLinkValue object. (Overrides Object.ToString().) |
Top