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


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

Syntax

Visual Basic (Declaration)
Public Shared Function CreateUpdatingBatchInstance( _ 
   ByVal domain As IDomain,  _ 
   ByVal refresh As RefreshMode _ 
) As UpdatingBatch
C#
public static UpdatingBatch CreateUpdatingBatchInstance(
   IDomain domain,
   RefreshMode refresh
)
C++
public:
 static UpdatingBatch CreateUpdatingBatchInstance(
   IDomain domain,
   RefreshMode refresh
)
J#
public static UpdatingBatch CreateUpdatingBatchInstance(
   IDomain domain,
   RefreshMode refresh
)
JScript
public static  function CreateUpdatingBatchInstance(
   domain : IDomain,
   refresh : RefreshMode
) : UpdatingBatch

Parameters

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

Return Value

The UpdatingBatch object created.

See Also