Skip to main content
All docs
V25.1
  • StorageCleanerSettings(TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan) Constructor

    Initializes a new instance of the StorageCleanerSettings class with specified settings.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    public StorageCleanerSettings(
        TimeSpan dueTime,
        TimeSpan period,
        TimeSpan reportTimeToLive,
        TimeSpan documentTimeToLive,
        TimeSpan exportedDocumentTimeToLive,
        TimeSpan searchResultsTimeToLive
    )

    Parameters

    Name Type
    dueTime TimeSpan
    period TimeSpan
    reportTimeToLive TimeSpan
    documentTimeToLive TimeSpan
    exportedDocumentTimeToLive TimeSpan
    searchResultsTimeToLive TimeSpan
    See Also