The SQL expression that is used in this background search. This property can be set to any legal Content Platform Engine SQL expression and can have parameters. The server forms the effective SQL expression for the background search by substituting values for any added parameters and stores it in the EffectiveSQL property.

Parameters are defined by custom properties that you add to an ICmBackgroundSearch subclass to define a particular search. The name of each parameter name matches the symbolic name of a custom property.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SearchExpression As String
C#
string SearchExpression { get; }
Visual C++
property String^ SearchExpression {
	String^ get ();
}
JavaScript
function get_searchExpression();

ToggleRemarks

ToggleSee Also