Click or drag to resize

RuleField Constructor (String, String, String, IRuleFieldDatasource, 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,
	IRuleFieldDatasource dataSource = null,
	RuleControlType controlType = RuleControlType.TextBox
)

Parameters

id
Type: SystemString
name
Type: SystemString
typeName
Type: SystemString
dataSource (Optional)
Type: Dynamicweb.Modules.Searching.RulesIRuleFieldDatasource
controlType (Optional)
Type: Dynamicweb.Modules.Searching.RulesRuleControlType
See Also