The GCD cannot be locked for updates. This field is read-only.


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

Syntax

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

See Also