SaaS CMS has officially launched! Learn more now.

Class PropertyImageUrl

Property that specifies an url to an image.

Inheritance
System.Object
PropertyImageUrl
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[PropertyDefinitionTypePlugIn]
[EditorHint("image")]
public class PropertyImageUrl : PropertyFileUrl, IReadOnly<PropertyData>, IReadOnly, IReferenceMap, IPropertyPreferLoadData

Constructors

PropertyImageUrl()

Declaration
public PropertyImageUrl()

Properties

LinkEditorType

Gets the specific link type for an image.

Declaration
public override int LinkEditorType { get; }
Property Value
Type Description
System.Int32

The specific link type for an image.

Overrides
Remarks

The link editor type for images is 128.

Implements

Extension Methods