Skip to main content
All docs
V25.1
  • IDocumentPersistentStorageAsync.UpdateLastAccessTimeAsync(String) Method

    Updates last access time for the specified storage item.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    Task UpdateLastAccessTimeAsync(
        string id
    )

    Parameters

    Name Type Description
    id String

    A storage item string identifier.

    Returns

    Type Description
    Task

    A task that updates last access time for the specified storage item.

    See Also