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)
Syntax
| 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); |