using System; using System.Collections.Generic; using System.Linq; using System.Text; using Umbraco.Core.CodeAnnotations; namespace Umbraco.Core.IO { internal class FileSystemProviderConstants { public const string Media = "media"; } }