FileControllerQueryFiles Method

POST /File/Query/ Gets multiple files or folders.

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("Query")]
public IActionResult QueryFiles(
	[FromBodyAttribute] GetFileSystemEntriesOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsGetFileSystemEntriesOptions
An object that carries all needed information about the files or folders that needs to be retrieved.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
An array of FileData objects, or a status code indicating a problem, or an empty array if no results were found.
See Also