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
, 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<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_PreloadOnCreate(); /** property */ public void set_PreloadOnCreate(Nullable<bool> value); |
JScript |
---|
public function get PreloadOnCreate() : Nullable<bool> public function set PreloadOnCreate(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ