Skip to main content
A newer version of this page is available. .

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.v18.2.Web.dll

Declaration

void Clear(
    TimeSpan timeToLive
)

Parameters

Name Type Description
timeToLive TimeSpan

The life time that the document storages must exceed to be deleted.

See Also