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

SiteContentType() public method

public SiteContentType ( ) : EPiServer.DataAnnotations
return EPiServer.DataAnnotations
        public SiteContentType()
        {
            GroupName = Global.GroupNames.Default;
        }
SiteContentType