SaaS CMS has officially launched! Learn more now.

Class PropertyLinkType

Displays a drop down list where the user can select a link type as defined in LinkType.

Inheritance
System.Object
PropertyLinkType
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[EditorHint("LinkType")]
public class PropertyLinkType : PropertyNumber, IReadOnly<PropertyData>, IReadOnly

Constructors

PropertyLinkType()

Declaration
public PropertyLinkType()

Properties

Gets or sets the link type.

Declaration
public LinkType Link { get; set; }
Property Value
Type Description
LinkType

The link type.

Implements

Extension Methods