7 lines
187 B
C#
7 lines
187 B
C#
namespace Umbraco.Core.Configuration.UmbracoSettings
|
|
{
|
|
public interface IViewStateMoverModuleSection : IUmbracoConfigurationSection
|
|
{
|
|
bool Enable { get; }
|
|
}
|
|
} |