Alloy.Models.SiteContentType.SiteContentType C# (CSharp) 메소드

SiteContentType() 공개 메소드

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