Click or drag to resize
Infosoft Logo

IConfigurationAdministrationServiceGetConfigurationOverrides Method

Gets all overrides for a given configuration.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ConfigurationsResponse GetConfigurationOverrides(
	GetConfigurationOverridesRequest request
)

Parameters

request  GetConfigurationOverridesRequest
A request object that contains an object that identifies the configuration for which to get all overridden values.

Return Value

ConfigurationsResponse
A 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