The GCD configuration is missing. This field is read-only.


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

Syntax

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

See Also