The working directory of the thumbnail generation service. All temporary files related to thumbnail generation are written to this folder and are deleted after the thumbnail generation is done.

If this property is not set, then the directory specified in the ContentTempDirectoryRoot property is used.

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

ToggleSyntax

Visual Basic (Declaration)
Property ThumbnailGenerationTempDir As String
C#
string ThumbnailGenerationTempDir { get; set; }
Visual C++
property String^ ThumbnailGenerationTempDir {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_thumbnailGenerationTempDir();
function set_thumbnailGenerationTempDir(value);

ToggleRemarks

ToggleSee Also