|
IConfigurationServiceGetConfigurationWithTitleId Method |
Gets a configuration value with a title specified by ID.
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 GetConfigurationWithTitleIdRequest
-
A request object that contains a code/code enumerator, a title ID, and the unique code of the system user for which to get the configured value.
Return Value
ConfigurationDataResponseA response object that contains the value configured for the given configuration code, including title/user/role overrides.
See Also