Click or drag to resize

RuleField Constructor (String, String, String, RuleControlType)

Initializes a new instance of the RuleField class

Namespace:  Dynamicweb.Modules.Searching.Rules
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public RuleField(
	string id,
	string name,
	string typeName,
	RuleControlType controlType
)

Parameters

id
Type: SystemString
name
Type: SystemString
typeName
Type: SystemString
controlType
Type: Dynamicweb.Modules.Searching.RulesRuleControlType
See Also