Click or drag to resize

SmartSearchRuleField Constructor (String, String, String, SmartSearchRuleControlType, String)

Initializes a new instance of the SmartSearchRuleField class

Namespace:  Dynamicweb.SmartSearch.SmartSearchRules
Assembly:  Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax
public SmartSearchRuleField(
	string id,
	string name,
	string typeName,
	SmartSearchRuleControlType controlType,
	string groupName = ""
)

Parameters

id
Type: SystemString
name
Type: SystemString
typeName
Type: SystemString
controlType
Type: Dynamicweb.SmartSearch.SmartSearchRulesSmartSearchRuleControlType
groupName (Optional)
Type: SystemString
See Also