Skip to main content

OfficeDocumentBase(T) Constructor

In This Article

Initializes a new instance of the OfficeDocumentBase<T> class.

Namespace: DevExpress.Web.Office.Internal

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public OfficeDocumentBase(
    T workSession
)

#Parameters

Name Type Description
workSession T

An object representing the current work session.

See Also