Adds custom data to the specified addin configuration.
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
)
addinName
Name of the addin.
customDataName
Name of the custom data.
data
The custom data to add to the configuration.
T
Type of custom data.
If the specified custom data does not exist is added the configuration.
[Overload List](configuration-advancedsettings-setaddincustomdata``1.html
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET