The number of files that will be processed by the thumbnail generation service provider in a single batch.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also