Skip to main content
All docs
V25.1
  • IDocumentPersistentStorageAsync.SetMetadataAsync(String, Stream) Method

    Asynchronously saves document metadata in the document storage.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    Task SetMetadataAsync(
        string id,
        Stream stream
    )

    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