Skip to main content
A newer version of this page is available. .

ASPxRichEdit.Open(Guid) Method

Opens a document specified by the work session identifier.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public void Open(
    Guid workSessionGuid
)

Parameters

Name Type Description
workSessionGuid Guid

A Guid object identifying the document to open.

See Also