Try our conversational search powered by Generative AI!

Class PropertyImageUrl

Property that specifies an url to an image.

Inheritance
System.Object
PropertyImageUrl
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.7
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

EPiServer.Core.PropertyDataExtensions.TranslateDisplayName(EPiServer.Core.PropertyData)
EPiServer.Core.PropertyDataExtensions.TranslateDescription(EPiServer.Core.PropertyData)