KaxAsyncUploadTemporaryFileExpiration Property |
Sets how long temporary files should be kept before automatically deleting them.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic TimeSpan TemporaryFileExpiration { get; set; }
Public Property TemporaryFileExpiration As TimeSpan
Get
Set
public:
property TimeSpan TemporaryFileExpiration {
TimeSpan get ();
void set (TimeSpan value);
}
member TemporaryFileExpiration : TimeSpan with get, set
Property Value
Type:
TimeSpan
Remarks
Note that when a postback occurs temporary files are either saved as permanent or removed.
The expiration time is used only in cases when files are uploaded asynchronously, but a subsequent postback does not occur.
See Also