Creates a new RetrievingBatch instance for the specified FileNet
P8 domain.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Shared Function CreateRetrievingBatchInstance ( _
domain As IDomain _
) As RetrievingBatch |
JavaScript |
---|
FileNet.Api.Core.RetrievingBatch.createRetrievingBatchInstance = function(domain); |
Parameters
- domain
- Type: FileNet.Api.Core..::.IDomain
A Domain object representing the FileNet P8
domain to use as the scope of this RetrievingBatch instance.
Return Value
The
RetrievingBatch object created.