←Select platform

SetAddInOption Method

Summary

Sets an option for the addin.

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 addin.

option
The option.

value
The value.

Remarks

Options are name/value pairs that are stored under an addin configuration in the <option></option> tag. If the option doesn't currently exist it is added to the configuration.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly