Rebel.Cms.Web.Model.BackOffice.Editors.CreateContentModel.CreateContentModel C# (CSharp) Method

CreateContentModel() public method

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