DocumentManager.GetAllDocuments() Method
In This Article
Returns a collection of objects that contain information about every open document.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static IEnumerable<IDocumentInfo> GetAllDocuments()
#Returns
Type | Description |
---|---|
IEnumerable<IDocument |
A collection of the Rich |
See Also