Retrieve all of the objects referenced in this batch. Calling this method executes the pending batch retrieval operation.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Sub RetrieveBatch
C#
public virtual void RetrieveBatch()
Visual C++
public:
virtual void RetrieveBatch()
JavaScript
function retrieveBatch();

ToggleExceptions

ExceptionCondition
FileNet.Api.Exception..::.EngineRuntimeException Thrown when there are no pending items in the batch.

ToggleSee Also