Specifies the maximum file space (in MB) to allocate for code module cache entries that overflow from memory to disk. The default value is 10 GB.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also