Table of Contents

Enum SmartSearchRuleControlType

Namespace
Dynamicweb.SmartSearch.SmartSearchRules
Assembly
Dynamicweb.SmartSearch.dll
Represents an type of the smart search rule control.
public enum SmartSearchRuleControlType

Fields

AnoterTimeCtrl = 13
Date time selector ctrl with additional "not" operators.
BooleanCtrl = 4
Boolean control.
DateCtrl = 12
Date selector ctrl.
DateTimeCtrl = 8
Date time selector ctrl.
DropDownList = 3
DropDown list.
EmailCtrl = 9
Email selector ctrl.
EmailLinkCtrl = 14
Email link selector ctrl.
FileSelectorCtrl = 6
File selector ctrl.
FloatNumericBox = 2
Text box for numeric.
LinkSelectorCtrl = 7
Link Selector ctrl.
NumericBox = 1
Text box for numeric.
PageCtrl = 10
Page selector ctrl.
ProductCtrl = 11
Product selector ctrl.
RateCtrl = 5
Rate ctrl.
TextBox = 0
Text box.
UserCtrl = 15
User selector ctrl.
To top