Interface ISettingsKeyInfoProvider
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Declares members for SettingsKeyInfo management.
[Obsolete("Use CMS.DataEngine.IInfoProvider<SettingsKeyInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<SettingsKeyInfo>.Instance property.")]
[ObsoleteSince(29, 1)]
public interface ISettingsKeyInfoProvider : IInfoProvider<SettingsKeyInfo>, IInfoByIdProvider<SettingsKeyInfo>, IInfoByGuidProvider<SettingsKeyInfo>, IInfoByNameProvider<SettingsKeyInfo>
- Inherited Members
- Extension Methods