The single item to index, referenced by the indicated array element number, is not a repository object. This field is read-only.


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

Syntax

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

See Also