Skip to main content

OfficeStateProviderBase.UndoCheckOut(Guid) Method

Discards all changes to the session since the last check out.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.AspNetCore.Core.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Core

Declaration

public void UndoCheckOut(
    Guid workSessionId
)

Parameters

Name Type Description
workSessionId Guid

The ID of a session.

See Also