Click or drag to resize

ConfigurationManagerGet Method

Note: This API is now obsolete.

Gets the String value for the specified key.

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
[ObsoleteAttribute("Get is obsolete. Use GetValue instead", true)]
public virtual string Get(
	string key
)

Parameters

key
Type: SystemString
The key that represents the value to get, e.g. "/Globalsettings/System/Database/Trusted"

Return Value

Type: String
The String value if it exists, otherwise Empty.
See Also