The object cannot be locked. Only Document, Folder, and CustomObject objects can be locked.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly E_OBJECT_NOT_LOCKABLE As ExceptionCode
C#
public static readonly ExceptionCode E_OBJECT_NOT_LOCKABLE
Visual C++
public:
static initonly ExceptionCode^ E_OBJECT_NOT_LOCKABLE
JavaScript
FileNet.Api.Exception.ExceptionCode.e_OBJECT_NOT_LOCKABLE

ToggleSee Also