using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebsitePanel.WebDavPortal.UI.Routes { public class FileSystemRouteNames { public const string ShowContentPath = "ShowContentRoute"; public const string ShowOfficeOnlinePath = "ShowOfficeOnlineRoute"; public const string ShowAdditionalContent = "ShowAdditionalContentRoute"; public const string UploadFile = "UplaodFIleRoute"; public const string DeleteFiles = "DeleteFilesRoute"; } }