Defines settings for determining when or if a content cache can be utilized for a particular storage area.

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

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration CachedContentOption
C#
public enum CachedContentOption
Visual C++
public enum class CachedContentOption
JavaScript
FileNet.Api.Constants.CachedContentOption = function();
FileNet.Api.Constants.CachedContentOption.createEnum('FileNet.Api.Constants.CachedContentOption', false);

ToggleMembers

TypeMember nameDescription
CROSS_SITE_ONLY
Allows content for this storage area to be copied to a content cache provided that the server and the storage area do not belong to the same site.
ALLOWED
Allows content for this storage area to be copied to a content cache.
NOT_ALLOWED
Disallows content for this storage area to be copied to a content cache.

ToggleSee Also