Click or drag to resize
Infosoft Logo

IConfigurationAdministrationServiceGetAllConfigurationsWithoutTitle Method

Gets all configurations 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
ConfigurationsResponse GetAllConfigurationsWithoutTitle(
	GetAllConfigurationsWithoutTitleRequest request
)

Parameters

request  GetAllConfigurationsWithoutTitleRequest
A request object that contains the unique code of the system user for which to get the configured value.

Return Value

ConfigurationsResponse
A response object that contains a list of configuration values, including user/role overrides.
See Also