2012-08-13 13:26:06 -01:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
2012-11-08 08:27:38 +05:00
|
|
|
|
using Umbraco.Core.CodeAnnotations;
|
2012-08-13 13:26:06 -01:00
|
|
|
|
|
|
|
|
|
|
namespace Umbraco.Core.IO
|
|
|
|
|
|
{
|
2013-05-14 14:18:41 -10:00
|
|
|
|
internal class FileSystemProviderConstants
|
2012-08-13 13:26:06 -01:00
|
|
|
|
{
|
|
|
|
|
|
public const string Media = "media";
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|