BExIS.Web.Shell.Areas.Sam.Controllers.DatasetController.Index C# (CSharp) Method

Index() public method

Shows a berif intro about the functions available as well as some warnings that inofrom the user about non recoverability of some of the operations such as purge.
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            ViewBag.Title = PresentationModel.GetViewTitleForTenant("Maintain Datasets", this.Session.GetTenant());
            return View();
        }