FileDeliverySettingsFileLifespan Property |
Gets or sets the file life span.
Namespace:
Dundas.BI.Notifications.Delivery
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public TimeSpan FileLifespan { get; set; }
Public Property FileLifespan As TimeSpan
Get
Set
public:
property TimeSpan FileLifespan {
TimeSpan get ();
void set (TimeSpan value);
}
member FileLifespan : TimeSpan with get, set
Property Value
Type:
TimeSpan
The file life span.
Remarks
Used to periodically clean the old files. Set to
Zero to keep files indefinitely.
See Also