The maximum number of folders in the folder cache for the object store. Each object store has only one folder cache. The folder cache is incrementally added to as queries are made of the cache to find folders. As requests are made of the folder cache for information, that information is read from the object store. The folder information is then stored in the folder cache and returned to the caller.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also