IOfficeStateStorageRemote.UndoCheckOut(String) Method
Discards all changes to the session since the last call to the CheckOut(String, out String) method.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Core
Declaration
void UndoCheckOut(
string workSessionId
)
Parameters
Name | Type | Description |
---|---|---|
workSessionId | String | The ID of a session. |
See Also