Click or drag to resize
ISettingsService Interface
Settings service interface

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public interface ISettingsService

The ISettingsService type exposes the following members.

Properties
  NameDescription
Public propertyIsAvailable
Returns true if the settings service is available
Public propertyItem
Gets the specific settings from the database
Top
See Also