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 members.

Public Methods

  Name Description
Public method AddFileDependency
Adds a file dependency to the site, so that modifying the file will cause a site restart.
Public method Equals (Inherited from Object.)
Public method GetBooleanValue Overloaded.
Public method GetConfigFile
Gets the config file.
Public method GetDoubleValue Overloaded.
Public method GetEncryptedConfigFile
Gets and decrypts the config file.
Public method GetHashCode (Inherited from Object.)
Public method GetIntValue Overloaded.
Public method GetKeys
Gets the keys under the specific path.
Public method GetNode
Gets a node based on an XPath query.
Public method GetNodes
Gets a node list based on an XPath query.
Public method GetQualifiedTypeName
Gets the name of the qualified type.
Public method GetSecurityZones
Gets the security zones for the given asset.
Public method GetStringValue Overloaded.
Public method GetType (Inherited from Object.)
Public method GetValue Overloaded.
Public method GetXmlValue
Gets the inner XML value of the given configuration node.
Public method SelectSxmlConfigNodes
Select Sxml config node from both Smartsite.Sxml.config and Smartsite.config for backwards compatibility.
Public method ToString
Returns a String that represents the current Object.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

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.

Public Events

  Name Description
Public event FileDependencyChange
Occurs when a file the Site depends on, such as one of the configuration files, changes.

See Also

Advanced