Port 7.7 - WIP
This commit is contained in:
11
src/Umbraco.Core/Configuration/IFileSystemProviderElement.cs
Normal file
11
src/Umbraco.Core/Configuration/IFileSystemProviderElement.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Umbraco.Core.Configuration
|
||||
{
|
||||
public interface IFileSystemProviderElement
|
||||
{
|
||||
string Alias { get; }
|
||||
string Type { get; }
|
||||
IDictionary<string, string> Parameters { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user