The number of content queue items to be resolved using a single delete statement, when a batch is resolved in chunks.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also