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

Syntax

Visual Basic (Declaration)
Public const ALLOWS_CONTENT_TO_BE_CACHED As String = "AllowsContentToBeCached"
C#
public const string ALLOWS_CONTENT_TO_BE_CACHED = "AllowsContentToBeCached";
C++
public:
 const String ALLOWS_CONTENT_TO_BE_CACHED = L"AllowsContentToBeCached";
J#
public const string ALLOWS_CONTENT_TO_BE_CACHED = "AllowsContentToBeCached"
JScript
public const ALLOWS_CONTENT_TO_BE_CACHED : String = "AllowsContentToBeCached";

See Also