Rebel.Cms.Web.Model.BackOffice.Editors.CreateContentModel.CreateContentModel C# (CSharp) 메소드

CreateContentModel() 공개 메소드

public CreateContentModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public CreateContentModel()
        {
            //By default will be under the content root
            ParentId = FixedHiveIds.ContentVirtualRoot;
            NoticeBoard = new List<NotificationMessage>();
        }
CreateContentModel