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)

Syntax

Visual Basic (Declaration)
Property PreloadOnCreate As Nullable(Of Boolean)
C#
Nullable<bool> PreloadOnCreate { get; set; }
C++
property Nullable<bool> PreloadOnCreate abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_PreloadOnCreate();

/** property */
public void set_PreloadOnCreate(Nullable<boolvalue);
JScript
public function get PreloadOnCreate() : Nullable<bool>

public function set PreloadOnCreate(value : Nullable<bool>);

Remarks

See Also