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)

Syntax

Visual Basic (Declaration)
Public Enum CachedContentOption
C#
public enum CachedContentOption
C++
public enum class CachedContentOption
J#
public enum CachedContentOption
JScript
public enum CachedContentOption

Members

Member NameDescription
NOT_ALLOWEDDisallows content for this storage area to be copied to a content cache.
ALLOWEDAllows content for this storage area to be copied to a content cache.
CROSS_SITE_ONLYAllows 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.

See Also