The setFromClauseInitialValue or setQueryString method must be called prior to using this method to retrieve the query string. This field is read-only.


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

Syntax

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

See Also