Class PropertyImageUrl
Property that specifies an url to an image.
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[PropertyDefinitionTypePlugIn]
[EditorHint("image")]
public class PropertyImageUrl : PropertyFileUrl, IReadOnly<PropertyData>, IReadOnly, IReferenceMap, IPropertyPreferLoadDataConstructors
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.
