Skip to main content

ScheduledJobDto.RetentionPeriod Property

Specifies for how many days to store created documents on the server.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public int RetentionPeriod { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the number of days for which the server must store created documents. A zero value indicates unlimited document storage time.

See Also