The specified object cannot be locked. This field is read-only.


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

Syntax

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

See Also