Indicates whether any Where properties in the search template are to be excluded at runtime.

To exclude Where properties, set this property value to true and add the Where properties exclusion to the search template parameters using the setWhereProperties method of SearchTemplateParameters.

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

ToggleSyntax

Visual Basic (Declaration)
Public Property ExcludeFromQuery As Boolean
C#
public bool ExcludeFromQuery { get; set; }
Visual C++
public:
property bool ExcludeFromQuery {
	bool get ();
	void set (bool value);
}
JavaScript
function get_excludeFromQuery();
function set_excludeFromQuery(value);

ToggleSee Also