UpdateConfiguration Method

Summary

Updates the configuration data for the specified component.

Syntax
C#
VB
C++
public virtual bool UpdateConfiguration( 
   string componentName, 
   string data 
) 
  
Public Overridable Function UpdateConfiguration( _ 
   ByVal componentName As String, _ 
   ByVal data As String _ 
) As Boolean 
public: 
virtual bool UpdateConfiguration(  
   String^ componentName, 
   String^ data 
)  

Parameters

componentName
The name of the component which configuration will be updated.

data
The new configuration data to update.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.DataAccessLayer Assembly