Specifies whether the content data in this storage area can be cached (true) or not (false). The default is true.


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

See Also