IDocumentPersistentStorageAsync.SetMetadataAsync(String, Stream) Method
Asynchronously saves document metadata in the document storage.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A string identifier for the storage item that holds metadata. |
stream | Stream | A data stream that contains document metadata. |
Returns
Type | Description |
---|---|
Task | A task that saves specified metadata in the document storage. |
See Also