FileSystemEntryControllerBaseRevisionQuery Method

Retrieves information about multiple revisions on 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
protected IActionResult RevisionQuery(
	QueryRevisionsOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsQueryRevisionsOptions
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 RevisionInfoData objects.
See Also