Skip to main content

ICustomEditorSettings.GetValue<T> Method

Namespace: NextDesign.Core

Description

Gets the setting information of the specified key.

Type parameters

Input typeConstraints
T

Arguments

NameTypeDescription
keystringKey
Null cannot be specified.
decryptboolDecrypt when getting
The default value is false.

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

Return value

  • T

Exception

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf key is set to null