Folder entries that have this number of milliseconds or less difference in their timestamps will be considered equal, for the purposes of comparison when determining which entries to purge from the cache.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("As of release 4.0.1.")> _ Property FolderCacheMaxAgeDelta As Nullable(Of Integer) |
| C# |
|---|
[ObsoleteAttribute("As of release 4.0.1.")] Nullable<int> FolderCacheMaxAgeDelta { get; set; } |
| Visual C++ |
|---|
[ObsoleteAttribute(L"As of release 4.0.1.")] property Nullable<int> FolderCacheMaxAgeDelta { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_folderCacheMaxAgeDelta(); function set_folderCacheMaxAgeDelta(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ