AdHocClassRetriever.executeSearch can be called only for a repository search. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly RETRIEVE_BAD_REPOSITORY_SEARCH As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_BAD_REPOSITORY_SEARCH; |
C++ |
---|
public: static const ExceptionCode RETRIEVE_BAD_REPOSITORY_SEARCH; |
J# |
---|
public static final ExceptionCode RETRIEVE_BAD_REPOSITORY_SEARCH |
JScript |
---|
public static const var RETRIEVE_BAD_REPOSITORY_SEARCH : ExceptionCode; |
See Also