The operation requires a reservation object. This field is read-only.


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

Syntax

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

See Also