Rebel.Cms.Web.Editors.DataTypeEditorController.CreateNew C# (CSharp) 메소드

CreateNew() 개인적인 메소드

private CreateNew ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public virtual ActionResult CreateNew()
        {
            //lookup the doc type for the node id, find out which doc type children are allowed
            EnsurePropEditorListViewBagData();

            return View(new CreateDataTypeModel());
        }