At least two object stores must be supplied to a merged scope query. #Supplied={0} This field is read-only.


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

Syntax

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

See Also