IOfficeStateStorageRemote.UndoCheckOut(String) Method
In This Article
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.2.dll
NuGet Package: DevExpress.AspNetCore.Core
#Declaration
C#
void UndoCheckOut(
string workSessionId
)
#Parameters
Name | Type | Description |
---|---|---|
work |
String | The ID of a session. |
See Also