This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface ISettings
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface ISettings

The type exposes the following properties.

Public Properties

  Name Description
Public property ConfigurationFiles
Gets the configuration file collection.
(Inherited from ISettingsBase.)
Public property Debug
Gets the debug settings.
(Inherited from ISettingsBase.)
Public property ScopeParameter
Gets the scope parameter (used for Srm).
(Inherited from ISettingsBase.)
Public property SecurityZones
Gets the configured security zones.

See Also

Advanced