C# Class Alloy.Models.SiteImageUrl

Attribute to set the default thumbnail for site page and block types
Inheritance: ImageUrlAttribute
Show file Open project: episerver/EPiTranslateFlowDemo

Public Methods

Method Description
SiteImageUrl ( ) : EPiServer.DataAnnotations

The parameterless constructor will initialize a SiteImageUrl attribute with a default thumbnail

SiteImageUrl ( string path ) : EPiServer.DataAnnotations

Method Details

SiteImageUrl() public method

The parameterless constructor will initialize a SiteImageUrl attribute with a default thumbnail
public SiteImageUrl ( ) : EPiServer.DataAnnotations
return EPiServer.DataAnnotations

SiteImageUrl() public method

public SiteImageUrl ( string path ) : EPiServer.DataAnnotations
path string
return EPiServer.DataAnnotations