Not implemented. This field is read-only.


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

Syntax

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

See Also