The GCD cannot be saved. 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_SAVE As ExceptionCode
C#
public static readonly ExceptionCode GCD_CANNOT_SAVE;
C++
public:
 static const ExceptionCode GCD_CANNOT_SAVE;
J#
public static final ExceptionCode GCD_CANNOT_SAVE
JScript
public static const var GCD_CANNOT_SAVE : ExceptionCode;

See Also