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

DocumentManager.GetAllDocuments() Method

Returns a collection of objects that contain information about every open document.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public static IEnumerable<IDocumentInfo> GetAllDocuments()

Returns

Type Description
IEnumerable<IDocumentInfo>

A collection of the RichEditDocumentInfo or SpreadsheetDocumentInfo objects.

See Also