The frequency (in seconds) with which abandoned thumbnail-generation temporary files are removed from the system.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also