BExIS.Web.Shell.Areas.DCM.Controllers.ImportMetadataStructureController.RefreshNavigation C# (CSharp) Method

RefreshNavigation() private method

private RefreshNavigation ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult RefreshNavigation()
        {
            TaskManager = (ImportMetadataStructureTaskManager)Session["TaskManager"];

            return PartialView("_wizardNav", TaskManager);
        }