FileSystemEntryControllerBaseAddToMostRecentlyUsed 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: SystemGuid
The ID of the file to add.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

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