Util ReadConfigurationString Method
ReadConfigurationString retrieves the string value associated with settingName

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string ReadConfigurationString(
	string settingName
)

Return Value

Type: OnlineString
the string value associated with settingName
See Also