The number of seconds that temporary files must exist in the inbound directory before they will be considered abandoned. Abandoned files get deleted as part of a periodic cleanup; for more information, see the AbandonedContentCleanupInterval property.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also