Content validation failed because the content was not found or accessible in the storage area. This field is read-only.


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

Syntax

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

See Also