For Case History, the number of items that can be stored in the update cache when exporting history-based events.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also