The number of seconds to keep temporary files in the working directory should the thumbnail generation service fail to delete them. In that situation, a background task will delete the files after the specified time passes.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ThumbnailTempFileLifeTime As Nullable(Of Integer)
C#
Nullable<int> ThumbnailTempFileLifeTime { get; set; }
Visual C++
property Nullable<int> ThumbnailTempFileLifeTime {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_thumbnailTempFileLifeTime();
function set_thumbnailTempFileLifeTime(value);

ToggleRemarks

ToggleSee Also