#pragma warning disable 1591
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Disco.Web.Areas.Config.Views.Export
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
using System.Web.Helpers;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.Web.Mvc.Html;
using System.Web.Routing;
using System.Web.Security;
using System.Web.UI;
using System.Web.WebPages;
using Disco;
using Disco.Models.Repository;
using Disco.Services;
using Disco.Services.Authorization;
using Disco.Services.Web;
using Disco.Web;
using Disco.Web.Extensions;
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")]
[System.Web.WebPages.PageVirtualPathAttribute("~/Areas/Config/Views/Export/Create.cshtml")]
public partial class Create : Disco.Services.Web.WebViewPage
{
public Create()
{
}
public override void Execute()
{
#line 2 "..\..\Areas\Config\Views\Export\Create.cshtml"
Authorization.Require(Claims.Config.ManageSavedExports);
ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Exports", null, "Create Saved " + Model.ExportTypeName);
#line default
#line hidden
WriteLiteral("\r\n\r\n");
#line 8 "..\..\Areas\Config\Views\Export\Create.cshtml"
using (Html.BeginForm(MVC.Config.Export.Create(), FormMethod.Post))
{
#line default
#line hidden
#line 10 "..\..\Areas\Config\Views\Export\Create.cshtml"
Write(Html.AntiForgeryToken());
#line default
#line hidden
#line 10 "..\..\Areas\Config\Views\Export\Create.cshtml"
;
#line default
#line hidden
#line 11 "..\..\Areas\Config\Views\Export\Create.cshtml"
Write(Html.HiddenFor(m => m.Id));
#line default
#line hidden
#line 11 "..\..\Areas\Config\Views\Export\Create.cshtml"
#line default
#line hidden
WriteLiteral("
\r\n By default, Disco ICT shuts down at 1:30am and does not resume again until its needed. If a scheduled export was missed during this time, it will be run as soon as Disco ICT is resumed.
\r\n This is the full file path on the Disco ICT server (");
#line 117 "..\..\Areas\Config\Views\Export\Create.cshtml"
Write(Environment.MachineName);
#line default
#line hidden
WriteLiteral("). The location may be a network path. The Disco ICT Service Account (");
#line 117 "..\..\Areas\Config\Views\Export\Create.cshtml"
Write(Environment.UserDomainName);
#line default
#line hidden
WriteLiteral("\\");
#line 117 "..\..\Areas\Config\Views\Export\Create.cshtml"
Write(Environment.UserName);
#line default
#line hidden
WriteLiteral(") must have write access to the location.\r\n
\r\n " +
"
\r\n \r\n " +
"
\r\n
\r\n This will create a new file each time the export runs.\r\n " +
"
\r\n Users with the Manage Saved Exports permission (including Disco ICT Administrators) can perform an on-demand export at any time.
Users or Group Members can be added to this list. These will also be able to perform an on-demand export using the link available after saving.