Ontolica for SharePoint Public API

SearchDialogComponent.Operator Property

Gets the operator that determines how search expressions from the component are merged with search expressions from other components in a search dialog.

[Visual Basic]
Overridable Protected ReadOnly Property Operator As BooleanOperator
[C#]
protected virtual BooleanOperator Operator {get;}

Property Value

A BooleanOperator value that specifies the merge operator.

Remarks

Derived classes should override this property if they need to use the Boolean operators Or or Not instead of And, which is the default value.

See Also

SearchDialogComponent Class | NavigoSystems.Ontolica.SharePoint.Custom.WebControls Namespace