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 Code |
---|---|
public interface ISettingsBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface ISettingsBase |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
GetBooleanValue |
Retrieves a boolean value.
|
|
GetDoubleValue |
Retrieves a double value.
|
|
GetIntValue |
Retrieves an integer value.
|
|
GetNode |
Gets a node based on an XPath query.
|
|
GetNodes |
Gets a node list based on an XPath query.
|
|
GetStringValue |
Retrieves a string value.
|
|
GetValue |
Retrieves an object value.
|
|
SelectSxmlConfigNodes |
Selects
|
See Also
Smartsite.Base Namespace