Skip to main content

ICustomEditorSettings.SetValue<T> Method

Namespace: NextDesign.Core

Description​

Sets the setting information for the specified key.

Type parameters​

Input typeConstraints
T

Arguments​

NameTypeDescription
keystringKey
null cannot be specified.
valueTSetting information
encryptboolWhether to encrypt when setting
The default value is false.

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

Return value​

  • void

Exception​

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf key is set to null