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_TEMPLATE_NOT_FOUND As ExceptionCode |
C# |
---|
public static readonly ExceptionCode API_PROPERTY_TEMPLATE_NOT_FOUND; |
C++ |
---|
public: static const ExceptionCode API_PROPERTY_TEMPLATE_NOT_FOUND; |
J# |
---|
public static final ExceptionCode API_PROPERTY_TEMPLATE_NOT_FOUND |
JScript |
---|
public static const var API_PROPERTY_TEMPLATE_NOT_FOUND : ExceptionCode; |
See Also