OfficeStateProviderBase.UndoCheckOut(Guid) Method
In This Article
Discards all changes to the session since the last check out.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Core
#Declaration
C#
public void UndoCheckOut(
Guid workSessionId
)
#Parameters
Name | Type | Description |
---|---|---|
work |
Guid | The ID of a session. |
See Also