C#
VB
C++
Updates the configuration data for the specified component.
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
)
componentName
The name of the component which configuration will be updated.
data
The new configuration data to update.
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