Skip to main content

ICustomEditorSettings.SetValue<T> method

Namespace: NextDesign.Core

Description

Sets configuration information for the specified key.

  • T: Type of configuration information to be set

argument

NameTypeDescription
keystringKey
Cannot be null.
valueobjectSetting information
encryptboolEncrypt during configuration? The default value is false.

This parameter is evaluated only if the configuration information type is string.

Return value

  • void

Exception

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for key