ExtensionControllerReloadExtensions Method

Requests that the server reload all extension files into the application.

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("Reload")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(440)]
public ActionResult ReloadExtensions(
	Guid? sessionId = null
)

Parameters

sessionId (Optional)
Type: SystemNullableGuid
The ID of the session.

Return Value

Type: ActionResult
See Also