DocumentManager.GetAllDocuments() Method
Returns a collection of objects that contain information about every open document.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerable<IDocumentInfo> | A collection of the RichEditDocumentInfo or SpreadsheetDocumentInfo objects. |
See Also