IDocumentStorageProvider.Clear(TimeSpan) Method
Deletes all the document storages that exist longer than the specified time frame.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
timeToLive | TimeSpan | The life time that the document storages must exceed to be deleted. |
See Also