ReadConfigurationEnum<TEnum> retrieves the enumerated value associated
with settingName
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- settingName
- Type:
System 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: TEnumthe enumerated value associated with settingName
See Also