Specifies if and and under what condition the content data in this storage area can be cached. The property takes a CachedContentOption constant value.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property AllowsContentToBeCached As CachedContentOption
C#
CachedContentOption AllowsContentToBeCached { get; set; }
Visual C++
property CachedContentOption AllowsContentToBeCached {
	CachedContentOption get ();
	void set (CachedContentOption value);
}
JavaScript
function get_allowsContentToBeCached();
function set_allowsContentToBeCached(value);

ToggleRemarks

ToggleSee Also