Fixes: #U4-1156 - IFileSystem, etc... now public.

This commit is contained in:
Shannon Deminick
2013-01-15 01:19:51 +03:00
parent d0cccb5be6
commit 04f351b287
4 changed files with 4 additions and 8 deletions

View File

@@ -5,8 +5,7 @@ using Umbraco.Core.CodeAnnotations;
namespace Umbraco.Core.IO
{
[UmbracoExperimentalFeature("http://issues.umbraco.org/issue/U4-1156", "Will be declared public after 4.10")]
internal interface IFileSystem
public interface IFileSystem
{
IEnumerable<string> GetDirectories(string path);