IOfficeStateStorageRemote.CheckIn(String, String, String) Method
In This Article
Checks in the session with the specified ID.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Core
#Declaration
C#
bool CheckIn(
string workSessionId,
string documentId,
string workSessionState
)
#Parameters
Name | Type | Description |
---|---|---|
work |
String | The ID of a session. |
document |
String | The ID of a document. |
work |
String | The session state. |
#Returns
Type | Description |
---|---|
Boolean | true, if the session was successfully checked in; otherwise, false. |
See Also