←Select platform

SetAddInCustomData<T>(String,String,T) Method

Summary

Adds custom data to the specified addin configuration.

Syntax

C#
VB
C++
public void SetAddInCustomData<T>(  
   string addinName, 
   string customDataName, 
   T data 
) 
Public Overloads Sub SetAddInCustomData(Of T)( _ 
   ByVal addinName As String, _ 
   ByVal customDataName As String, _ 
   ByVal data As T _ 
) 
public: 
void SetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName, 
   _T^_ data 
) 

Parameters

addinName
Name of the addin.

customDataName
Name of the custom data.

data
The custom data to add to the configuration.

Type Parameters

T
Type of custom data.

Remarks

If the specified custom data does not exist is added the configuration.

Requirements

Target Platforms

See Also

Reference

AdvancedSettings Class

AdvancedSettings Members

[Overload List](configuration-advancedsettings-setaddincustomdata``1.html

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize