Util ReadConfigurationEnum TEnum  Method
ReadConfigurationEnum<TEnum> retrieves the enumerated 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 TEnum ReadConfigurationEnum<TEnum>(
	string settingName,
	TEnum defaultValue
)
where TEnum : struct, new()

Parameters

settingName
Type: OnlineSystem String
the name of the setting
defaultValue
Type: TEnum
the default value of the setting
Type Parameters

TEnum
the enumeration type of the setting

Return Value

Type: TEnum
the enumerated value associated with settingName
See Also