Use of the indicated method is not supported for dependent objects. This field is read-only.


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

Syntax

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

See Also