namespace CMS.Plugin.PipeLineLems.Abstractions
{
///
/// CMSSettingNames
///
public static class CMSPluginPipeLineLemsSettings
{
///
/// The prefix
///
private const string Prefix = "SCMS";
///
/// The application settings prefix
///
private const string AppSettingsPrefix = Prefix + ".AppSettings";
///
/// 组件状态:0=关闭,1=开启
///
public const string PluginState = AppSettingsPrefix + ".PipeLineLems.PluginState";
}
}