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.
Namespace:
FileNet.Api.AdminIf this property is not set, then the directory specified in the ContentTempDirectoryRoot property is used.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 2083
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ