The property setting on the ICmSweep object overrides the property setting on the ICmSweepConfiguration global object. If the property is set to null on the ICmSweep object, then the InterBatchDelay setting on the ICmSweepConfiguration object is used.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property InterBatchDelay As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> InterBatchDelay { get; set; } |
| Visual C++ |
|---|
property Nullable<int> InterBatchDelay { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_interBatchDelay(); function set_interBatchDelay(value); |
Remarks
Metadata
AllowsDefaultChange: true
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ