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; } |
| Visual C++ |
|---|
property Nullable<bool> PreloadOnCreate { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_preloadOnCreate(); function set_preloadOnCreate(value); |
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