Creates a new UpdatingBatch instance for the specified FileNet P8 domain.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function CreateUpdatingBatchInstance ( _
	domain As IDomain, _
	refresh As RefreshMode _
) As UpdatingBatch
C#
public static UpdatingBatch CreateUpdatingBatchInstance(
	IDomain domain,
	RefreshMode refresh
)
Visual C++
public:
static UpdatingBatch^ CreateUpdatingBatchInstance(
	IDomain^ domain, 
	RefreshMode refresh
)
JavaScript
FileNet.Api.Core.UpdatingBatch.createUpdatingBatchInstance = function(domain, refresh);

Parameters

domain
Type: FileNet.Api.Core..::.IDomain
A Domain object representing the FileNet P8 domain to use as the scope of this UpdatingBatch instance.
refresh
Type: FileNet.Api.Constants..::.RefreshMode
A RefreshMode object indicating whether the UpdatingBatch object returned is to contain refreshed data from the server.

Return Value

The UpdatingBatch object created.

ToggleSee Also