FileSystemEntryControllerBaseRenameEntry Method

Renames the file or folder with the specified ID.

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(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(409)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
protected ActionResult RenameEntry(
	Guid id,
	string newName,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the file to rename.
newName
Type: SystemString
The new name of the file or folder.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: ActionResult
See Also