Creates a new RetrievingBatch instance for the specified Content
Cortex 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 Content Cortex
domain to use as the scope of this RetrievingBatch instance.
Return Value
The
RetrievingBatch object created.