Creates a batch operation to retrieve objects.

Once created, the batch operation is pending until you call the RetrieveBatch method to perform the operation.

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

ToggleSyntax

Visual Basic (Declaration)
Public Class RetrievingBatch _
	Inherits Batch
C#
public class RetrievingBatch : Batch
Visual C++
public ref class RetrievingBatch : public Batch
JavaScript
FileNet.Api.Core.RetrievingBatch = function();

Type.createClass(
	'FileNet.Api.Core.RetrievingBatch',
	FileNet.Api.Core.Batch);

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Core..::.Batch
    FileNet.Api.Core..::.RetrievingBatch

ToggleSee Also