Skip to main content

OfficeStateProviderBase.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

public virtual Guid FindWorkSessionId(
    string documentId
)

Parameters

Name Type Description
documentId String

The ID of a document.

Returns

Type Description
Guid

The ID of a session.

See Also