Rebel.Cms.Web.Editors.DataTypeEditorController.EnsurePropEditorListViewBagData C# (CSharp) Метод

EnsurePropEditorListViewBagData() приватный Метод

This adds some required elements to the ViewBag so that the Create view renders correctly
private EnsurePropEditorListViewBagData ( ) : void
Результат void
        private void EnsurePropEditorListViewBagData()
        {
            //add the available doc types to the view bag
            ViewBag.AvailablePropertyEditors = _sortedEditors;
        }