Open this page in the API Guide

ApplicationConfigurationController Class

The REST API for the application configuration.
Inheritance Hierarchy
System.Object
  Microsoft.AspNetCore.Mvc.ControllerBase
    Dundas.BI.WebApi.Controllers.ApiControllerBase
      Dundas.BI.WebApi.Controllers.ApplicationConfigurationController

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class ApplicationConfigurationController : ApiControllerBase

The ApplicationConfigurationController type exposes the following members.

Constructors
  NameDescription
Public methodApplicationConfigurationController
Initializes a new instance of the ApplicationConfigurationController class
Top
Methods
  NameDescription
Public methodComputeEffectiveLogFilterValue
Computes what the effective value for a setting would be without having to save the configuration.
Protected methodEnsureCallerContext
If the current context is not already the specified context, creates a new caller context which is a clone of the specified context and sets it as the current one.
(Inherited from ApiControllerBase.)
Protected methodEnsureFormFileMultipartContent
Ensures when form files are access the content is MIME multi-part which we want.
(Inherited from ApiControllerBase.)
Protected methodGetClientIdFromCookieOrProvided
Gets the client ID from cookie or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.)
Public methodGetEffectivePasswordPolicy
Gets the effective password policy for the application.
Public methodGetEffectiveSettingValues
Get the effective setting values.
Public methodGetEffectiveSettingValuesForScope
Gets the effective application configuration setting values for the specified scope.
Public methodGetEffectiveValueForSetting
Gets the effective value for an application setting from the perspective of the specified scope.
Public methodGetLogFilterForScope
Get the log filter values for the current scope.
Public methodGetScopeSettingValues
Get the setting values for the specified scope.
Protected methodGetService<T>
Gets the requested service.
(Inherited from ApiControllerBase.)
Protected methodGetSessionIdFromCookieHeaderOrProvided
Gets the session ID from cookie, the authorization header or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.)
Public methodGetSettingById
Get the application setting based on ID.
Public methodGetSettingDetails
Gets the setting details for registered settings in the application.
Public methodGetSettings
Get the application settings.
Public methodGetSettingValueById
Get the setting value for the specified setting.
Public methodGetSetValueForSetting
Gets the set value for a specific setting and scope/scope target.
Protected methodLoadSession
Creates a new caller context associated with the specified session ID. The session is not validated.
(Inherited from ApiControllerBase.)
Protected methodRequestFirstFormFile
Retrieves the first form file from the request.
(Inherited from ApiControllerBase.)
Protected methodRequestFormFiles
Retrieves the form files from the request.
(Inherited from ApiControllerBase.)
Protected methodReturnInvalidWindowsIdentityResponse
Returns the invalid windows identity response to challenge the browser.
(Inherited from ApiControllerBase.)
Public methodSaveConfig
Saves the current application configuration.
Public methodSetConfigValue
Set an application setting value.
Top
See Also