|
IConfigurationAdministrationServiceUpdateConfiguration Method |
Updates or overrides a configuration value.
Namespace: Infosoft.Common.Contracts.ServiceContracts.ConfigurationsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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
ConfigurationResponseA 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