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()
<HttpPostAttribute("GetMapResourceConfiguration")>
Public Function GetMapResourceConfiguration As ActionResult(Of MapResourceConfiguration)
public:
[HttpPostAttribute(L"GetMapResourceConfiguration")]
ActionResult<MapResourceConfiguration^>^ GetMapResourceConfiguration()
[<HttpPostAttribute("GetMapResourceConfiguration")>]
member GetMapResourceConfiguration : unit -> ActionResult<MapResourceConfiguration>
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