Click or drag to resize

ISettings Interface

Represents CMS settings

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
public interface ISettings : ISingleton

The ISettings type exposes the following members.

Methods
  NameDescription
Public methodGetSettingT
Gets a specific setting by section name and by setting name within a section
Public methodReport
Reporting function declaration to be implemented with extending classes
(Inherited from ISingleton.)
Top
Remarks
Encapsulates the settings.xml file in the published folder
See Also