Click or drag to resize
IAppSettingsService Interface
Defines interface to server application settings.

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

The IAppSettingsService type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the specific settings from the application configuration file or from a memory. Sets a specific settings with a value into a memory.
Top
See Also