10 lines
252 B
C#
10 lines
252 B
C#
|
|
namespace Umbraco.Core.Configuration
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Represents an Umbraco configuration section which can be used to pass to UmbracoConfiguration.For{T}
|
|||
|
|
/// </summary>
|
|||
|
|
public interface IUmbracoConfigurationSection
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|