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 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); |
Members
| Type | Member name | Description |
|---|---|---|
| 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.
|