Open this page in the API Guide

ResourceController.GetStaticResourceFile Method

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 (25.2.0.1000)
Syntax
[HttpGetAttribute("StaticResourceFile/{name}")]
[ProducesResponseTypeAttribute(410)]
public ActionResult GetStaticResourceFile(
	string name,
	Guid? sessionId = null
)

Parameters

name
Type: System.String
The name of the static resource to retrieve.
sessionId (Optional)
Type: System.Nullable<Guid>
The ID of the session.

Return Value

Type: ActionResult
The requested data as a byte stream.
See Also