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
Description | |
---|---|
NOT_ALLOWED | Disallows content for this storage area to be copied to a content cache. |
ALLOWED | Allows content for this storage area to be copied to a content cache. |
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. |