The SearchTemplateWhereProperty type exposes the following members.

ToggleProperties

Type NameDescription
Public propertyExcludeFromQuery
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.

Public propertyItemId
Specifies the GUID of the Where property to be modified or excluded, This is a required property.

New Where properties cannot be added to a query, so the ItemId value must match the GUID of a Where property (whereprop item) existing in the search template.

Public propertyLiteral
Specifies the Where property literal operand that is to be used for the search. The Where property literal operand specified will override the literal operand used for the Where property in the search template. If null, no change is made to the search template data.

ToggleSee Also