Creates a new
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
object representing the FileNet P8 domain to use as the scope of thisDomain
instance.UpdatingBatch
- refresh
- A
object indicating whether theRefreshMode
object returned is to contain refreshed data from the server.UpdatingBatch
Return Value
The
object created.