Code Module property for Action object cannot have reservation. This field is read-only.


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

Syntax

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

See Also