Skip to main content

IDocumentPersistentStorageAsync.TryGetMetadataAsync(String, Stream) Method

Asynchronously retrieves document metadata from storage.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v24.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<bool> TryGetMetadataAsync(
    string id,
    Stream stream
)

Parameters

Name Type Description
id String

A string that identifies a storage item that contains document metadata.

stream Stream

A destination stream for document metadata.

Returns

Type Description
Task<Boolean>

A task that retrieves document metadata from storage.

See Also