Maximum number of items to resolve within a batch.


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

Syntax

Visual Basic (Declaration)
Property MaxResolutionBatchSize As Nullable(Of Integer)
C#
Nullable<int> MaxResolutionBatchSize { get; set; }
C++
property Nullable<int> MaxResolutionBatchSize abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_MaxResolutionBatchSize();

/** property */
public void set_MaxResolutionBatchSize(Nullable<intvalue);
JScript
public function get MaxResolutionBatchSize() : Nullable<int>

public function set MaxResolutionBatchSize(value : Nullable<int>);

Remarks

See Also