SaveConfiguration - cWebWidgetContainer
Instructs the container to save the passed configuration
Type: Procedure
Syntax
Procedure SaveConfiguration
Call Example
Send SaveConfiguration
Description
Instructs the container to save the passed configuration.
Usually this configuration is received from the client's container through UI interactions, but this method can also be called directly. Calling this method will instruct the container to retrieve the current configuration from the client.
Where the configuration is saved depends on the value of pbUseCustomConfigurationStorage and potential custom application logic.
By default, Configurations are saved to the user browser's local storage but by setting pbUseCustomConfigurationStorage to True, another destination can be defined. For more information on custom configuration storage, refer to the doc in pbUseCustomConfigurationStorage.