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