The number of seconds temporary content can exist in the database before being considered abandoned.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also