|
IConfigurationAdministrationServiceGetConfigurationOverrides Method |
Gets all overrides for a given configuration.
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 GetConfigurationOverridesRequest
- A request object that contains an object that identifies the configuration for which to get all overridden values.
Return Value
ConfigurationsResponseA response object that contains a list of configuration values that represent overrides for the configuration.
Remarks
This method retrieves all overrides for titles, users and roles for a single configuration value. The method also returns the base value
itself. You can consider the base value to be the "null override" for the configuration. This means that this method will never return an
empty list.
See Also