The amount of time, in seconds, that a background search request is allowed to run before another thread attempts to reissue the request.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also