The number of seconds to keep temporary files in the working directory
should the thumbnail generation service fail to delete them.
In that situation, a background task will delete the files after the
specified time passes.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ThumbnailTempFileLifeTime As Nullable(Of Integer) |
C# |
---|
Nullable<int> ThumbnailTempFileLifeTime { get; set; } |
Visual C++ |
---|
property Nullable<int> ThumbnailTempFileLifeTime { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_thumbnailTempFileLifeTime(); function set_thumbnailTempFileLifeTime(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 36000
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ