ICustomEditorSettings.SetValue<T> method
Namespace: NextDesign.Core
Description
Sets configuration information for the specified key.
- T: Type of configuration information to be set
argument
Name | Type | Description |
---|---|---|
key | string | Key Cannot be null. |
value | object | Setting information |
encrypt | bool | Encrypt during configuration? The default value is false. This parameter is evaluated only if the configuration information type is string. |
Return value
- void
Exception
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for key |