UpdateConfiguration Method
Summary
Updates the configuration data for the specified component.
Syntax
Function UpdateConfiguration( _
ByVal componentName As String, _
ByVal data As String _
) As Boolean
Parameters
componentName
The name of the component which configuration will be updated.
data
The new configuration data to update.