ICustomEditorSettings.GetValue<T> method
Namespace: NextDesign.Core
Description
Gets configuration information for the specified key.
- T: Type of configuration information to retrieve
argument
Name | Type | Description |
---|---|---|
key | string | Key Cannot be null. |
decrypt | bool | Decrypt when retrieving The default value is false. This parameter is evaluated only if the configuration information type is string. |
Return value
- object
Exception
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for key |