Indicates the size of batch used for deletion of audited events that are ready for disposition. Enter a value between 10 and 1000 inclusive. The default is 100.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also