Alloy.Models.SiteImageUrl.SiteImageUrl C# (CSharp) Method

SiteImageUrl() public method

The parameterless constructor will initialize a SiteImageUrl attribute with a default thumbnail
public SiteImageUrl ( ) : EPiServer.DataAnnotations
return EPiServer.DataAnnotations
        public SiteImageUrl()
            : base("~/Static/gfx/page-type-thumbnail.png")
        {
        }

Same methods

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