FileControllerGetFileByName Method

POST /File/Name/ Gets the 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
[HttpPostAttribute]
[ActionNameAttribute("Name")]
public IActionResult GetFileByName(
	[FromBodyAttribute] FileEntryOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsFileEntryOptions
A FileEntryOptions object containing the needed information.
sessionId (Optional)
Type: SystemNullableGuid
ID of the session.

Return Value

Type: IActionResult
FileData object containing requested information or a status code indicating the reason for a failure.
See Also