Click or drag to resize
Infosoft Logo

IConfigurationServiceGetConfigurationWithoutTitle Method

Gets a configuration value without specifying a title.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ConfigurationDataResponse GetConfigurationWithoutTitle(
	GetConfigurationWithoutTitleRequest request
)

Parameters

request  GetConfigurationWithoutTitleRequest
A request object that contains a code/code enumerator and the unique code of the system user for which to get the configured value.

Return Value

ConfigurationDataResponse
A response object that contains the value configured for the given configuration code, including user/role overrides.
See Also