Skip to main content

ICustomEditorSettings.GetValue<T> method

Namespace: NextDesign.Core

Description

Gets configuration information for the specified key.

  • T: Type of configuration information to retrieve

argument

NameTypeDescription
keystringKey
Cannot be null.
decryptboolDecrypt when retrieving
The default value is false.

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

Return value

  • object

Exception

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for key