Rebel.Cms.Web.Editors.DataTypeEditorController.CreateNew C# (CSharp) Method

CreateNew() private method

private CreateNew ( ) : System.Web.Mvc.ActionResult
return 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());
        }