Open this page in the API Guide

FileSystemEntryControllerBase.AddToMostRecentlyUsed Method

Adds the given file ID to the list of recently used items.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[ProducesResponseTypeAttribute(440)]
protected ActionResult<bool> AddToMostRecentlyUsed(
	Guid id,
	Guid? sessionId = null
)

Parameters

id
Type: System.Guid
The ID of the file to add.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: ActionResult<Boolean>
The operation completed successfully. The payload contains a Boolean value indicating whether the item was added or not.
See Also