The minimum number of seconds to delay generation of thumbnails for newly added content. If generation fails with "file does not exist" errors, then increase this value.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also