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

SiteImageUrl() public method

public SiteImageUrl ( string path ) : EPiServer.DataAnnotations
path string
return EPiServer.DataAnnotations
        public SiteImageUrl(string path)
            : base(path)
        {
        }

Same methods

SiteImageUrl::SiteImageUrl ( ) : EPiServer.DataAnnotations
SiteImageUrl