UpdateConfiguration Method

Summary
Updates the configuration data for the specified component.
Syntax
C#
VB
C++
public bool UpdateConfiguration( 
   string componentName, 
   string data 
) 
  
Function UpdateConfiguration( _ 
   ByVal componentName As String, _ 
   ByVal data As String _ 
) As Boolean 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

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