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 class Settings
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Settings

The type exposes the following properties.

Public Properties

  Name Description
Public property AvailableModules
Gets the available modules.
Public property ConfigFileName
Gets the filename of the general config file.
Public property ConfigurationFiles
Gets the collection of configuration files.
Public property Cultures
Gets the localization cultures.
Public property Debug
Gets the debug settings for this site.
Public property Presets
Gets the available modules.
Public property ReleaseBuildNumber
Gets the release build number extracted from AssemblyVersions.xml.
Public property ReleaseSettings
Gets the Smartsite iXperion Publication Server release settings.
Public property Schemas
Gets the configured schemas.
Public property ScopeParameter
Gets the scope parameter (used for Srm).
Public property SecurityZones
Gets the security zones.
Public property Xml
Gets the XML document of the smartsite.config.

See Also

Advanced