Skip to main content

DocumentManager.GetAllDocuments() Method

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

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v23.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