SetAddInOption Method

Summary
Sets an option for the add-in.
Syntax
C#
VB
C++
public void SetAddInOption( 
   string addinName, 
   string option, 
   string value 
) 
  
Public Sub SetAddInOption( _ 
   ByVal addinName As String, _ 
   ByVal option As String, _ 
   ByVal value As String _ 
)  
public: 
void SetAddInOption(  
   String^ addinName, 
   String^ option, 
   String^ value 
)  

Parameters

addinName
Name of the add-in.

option
The option.

value
The value.

Remarks

Options are name/value pairs that are stored under an add-in configuration in the <option></option> tag. If the option does not currently exist, it is added to the configuration.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.