Specifies whether the content data in this storage area can be cached (
) or not (
). The default is
.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property AllowsContentToBeCached As CachedContentOption |
C# |
---|
CachedContentOption AllowsContentToBeCached { get; set; } |
C++ |
---|
property CachedContentOption AllowsContentToBeCached abstract { CachedContentOption get(); void set(CachedContentOption value); } |
J# |
---|
/** property */ public CachedContentOption get_AllowsContentToBeCached(); /** property */ public void set_AllowsContentToBeCached(CachedContentOption value); |
JScript |
---|
public function get AllowsContentToBeCached() : CachedContentOption public function set AllowsContentToBeCached(value : CachedContentOption); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 1
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ