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

DocumentManager.GetAllDocuments() Method

Gets access to all open documents.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static IEnumerable<IDocumentInfo> GetAllDocuments()

Returns

Type Description
IEnumerable<IDocumentInfo>

An enumerator allowing you to iterate over its elements of the IDocumentInfo type.

See Also