Open this page in the API Guide

MapController.GetMapResourceConfiguration Method

Gets the map resource configuration for the map control.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("GetMapResourceConfiguration")]
public ActionResult<MapResourceConfiguration> GetMapResourceConfiguration()

Return Value

Type: ActionResult<MapResourceConfiguration>
The operation completed successfully. The payload contains a MapResourceConfiguration object containing the configuration of map resources and layers.
See Also