Doing a multiple object store search while in a distributed transaction, such as executing inside event action, is not supported. This field is read-only.


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

Syntax

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

See Also