The maximum number of documents placed into a batch.

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

ToggleSyntax

Visual Basic (Declaration)
Property DocumentsPerBatch As Nullable(Of Integer)
C#
Nullable<int> DocumentsPerBatch { get; set; }
Visual C++
property Nullable<int> DocumentsPerBatch {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_documentsPerBatch();
function set_documentsPerBatch(value);

ToggleRemarks

ToggleSee Also