The requested property cannot be found in the cache. This is generally caused when a property filter does not include the request property. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly API_PROPERTY_NOT_IN_CACHE As ExceptionCode
C#
public static readonly ExceptionCode API_PROPERTY_NOT_IN_CACHE;
C++
public:
 static const ExceptionCode API_PROPERTY_NOT_IN_CACHE;
J#
public static final ExceptionCode API_PROPERTY_NOT_IN_CACHE
JScript
public static const var API_PROPERTY_NOT_IN_CACHE : ExceptionCode;

See Also