FileSystemEntryControllerBaseRollbackEntry Method |
Rolls the file or folder back to the specified revision number.
Namespace:
Dundas.BI.WebApi.Controllers
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxprotected IActionResult RollbackEntry(
Guid id,
long revisionNumber,
Guid? sessionId = null
)
Protected Function RollbackEntry (
id As Guid,
revisionNumber As Long,
Optional sessionId As Guid? = Nothing
) As IActionResult
protected:
IActionResult^ RollbackEntry(
Guid id,
long long revisionNumber,
Nullable<Guid> sessionId = nullptr
)
member RollbackEntry :
id : Guid *
revisionNumber : int64 *
?sessionId : Nullable<Guid>
(* Defaults:
let _sessionId = defaultArg sessionId null
*)
-> IActionResult
Parameters
- id
- Type: SystemGuid
The ID of the file to rollback. - revisionNumber
- Type: SystemInt64
The revision number. - sessionId (Optional)
- Type: SystemNullableGuid
The ID of the current session.
Return Value
Type:
IActionResultA status code indicating success or the reason for failure.
See Also