Specifies the Time-To-Live (TTL) in seconds that an entry may remain in the code module cache.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also