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

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

See Also

Advanced