A value indicating whether the cache receives duplicates of any new content added to the main storage area. When true, and when content normally gets cached (because the cache status is OPEN, cache capacity has not been exceeded, etc.), content newly added to the main storage area also gets added to the cache area.

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

ToggleSyntax

Visual Basic (Declaration)
Property PreloadOnCreate As Nullable(Of Boolean)
C#
Nullable<bool> PreloadOnCreate { get; set; }
Visual C++
property Nullable<bool> PreloadOnCreate {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_preloadOnCreate();
function set_preloadOnCreate(value);

ToggleRemarks

ToggleSee Also