Class PropertyLinkType
Displays a drop down list where the user can select a link type as defined in LinkType.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[EditorHint("LinkType")]
public class PropertyLinkType : PropertyNumber, IReadOnly<PropertyData>, IReadOnly
Constructors
PropertyLinkType()
Declaration
public PropertyLinkType()
Properties
Link
Gets or sets the link type.
Declaration
public LinkType Link { get; set; }
Property Value
Type | Description |
---|---|
LinkType | The link type. |
Implements
Extension Methods
EPiServer.Core.PropertyDataExtensions.TranslateDisplayName(EPiServer.Core.PropertyData)
EPiServer.Core.PropertyDataExtensions.TranslateDescription(EPiServer.Core.PropertyData)