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

EnsurePropEditorListViewBagData() private method

This adds some required elements to the ViewBag so that the Create view renders correctly
private EnsurePropEditorListViewBagData ( ) : void
return void
        private void EnsurePropEditorListViewBagData()
        {
            //add the available doc types to the view bag
            ViewBag.AvailablePropertyEditors = _sortedEditors;
        }