Click or drag to resize
Infosoft Logo

IConfigurationAdministrationServiceUpdateConfiguration Method

Updates or overrides a configuration value.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ConfigurationResponse UpdateConfiguration(
	UpdateConfigurationRequest request
)

Parameters

request  UpdateConfigurationRequest
A request object that contains a code/code enumerator, and optionally title/user/role IDs, and the new value to set for the configuration.

Return Value

ConfigurationResponse
A response object that contains the configuration value that was updated/overridden.
Remarks
If a title ID, user ID or role ID are specified, the new value will be registered as an override. If none of them are specified, the base value of the configuration will be updated. If override parameters are given and an identical override already exists, it will be updated.
See Also