IOfficeStateStorageRemote.FindWorkSessionId(String) Method
In This Article
Returns an ID of the specified document’s session.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Core
#Declaration
C#
string FindWorkSessionId(
string documentId
)
#Parameters
Name | Type | Description |
---|---|---|
document |
String | The ID of a document. |
#Returns
Type | Description |
---|---|
String | The ID of a session. |
See Also