IConfigApi interface
插件及系統配置Api接口。
public interface IConfigApi
1
Members
name | description |
---|---|
Config { get; } | 獲取 XYCMS 的系統配置字典。 |
GetConfig(…) | 獲取當前插件的配置信息。 |
RemoveConfig(…) | 删除當前插件的配置信息。 |
SetConfig(…) | 存儲當前插件的配置信息。 (2 methods) |
插件及系統配置Api接口。
public interface IConfigApi
name | description |
---|---|
Config { get; } | 獲取 XYCMS 的系統配置字典。 |
GetConfig(…) | 獲取當前插件的配置信息。 |
RemoveConfig(…) | 删除當前插件的配置信息。 |
SetConfig(…) | 存儲當前插件的配置信息。 (2 methods) |