MapControllerGetMapResourceConfiguration Method

POST /Map/GetMapResourceConfiguration 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 (8.0.2.1001)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("GetMapResourceConfiguration")]
public HttpResponseMessage GetMapResourceConfiguration()

Return Value

Type: HttpResponseMessage
A MapResourceConfiguration object containing the configuration of map resources and layers.
See Also