BExIS.Web.Shell.Areas.SAM.Controllers.TenantsController.Download C# (CSharp) Метод

Download() публичный Метод

Creates a zip downloadable of the specified tenant and pushes it to the client The zip file has the predefined folder/file structure
public Download ( string id ) : System.Web.Mvc.ActionResult
id string The ID of the tenat its branding package is requested
Результат System.Web.Mvc.ActionResult
        public ActionResult Download(string id)
        {
            return View();
        }