ResourceControllerGetStaticResourceFile Method

GET /Resource/StaticResourceFile/{name} Gets the contents of the specified static resource as a file.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("StaticResourceFile")]
public IActionResult GetStaticResourceFile(
	string name,
	Guid? sessionId = null
)

Parameters

name
Type: SystemString
The name of the static resource to retrieve.
sessionId (Optional)
Type: SystemNullableGuid
The ID of the session.

Return Value

Type: IActionResult
A status code indicating success and the file, or a failure reason.
See Also