Skip to main content

IOfficeStateStorageRemote.FindWorkSessionId(String) Method

Returns an ID of the specified document’s session.

Namespace: DevExpress.Web.Office

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

NuGet Package: DevExpress.AspNetCore.Core

Declaration

string FindWorkSessionId(
    string documentId
)

Parameters

Name Type Description
documentId String

The ID of a document.

Returns

Type Description
String

The ID of a session.

See Also