| SmartSearchRuleField Constructor (String, String, String, ISmartSearchRuleFieldDatasource, SmartSearchRuleControlType, String) |
Namespace:
Dynamicweb.SmartSearch.SmartSearchRules
Assembly:
Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax public SmartSearchRuleField(
string id,
string name,
string typeName,
ISmartSearchRuleFieldDatasource dataSource = null,
SmartSearchRuleControlType controlType = SmartSearchRuleControlType.TextBox,
string groupName = ""
)
Public Sub New (
id As String,
name As String,
typeName As String,
Optional dataSource As ISmartSearchRuleFieldDatasource = Nothing,
Optional controlType As SmartSearchRuleControlType = SmartSearchRuleControlType.TextBox,
Optional groupName As String = ""
)
Parameters
- id
- Type: SystemString
- name
- Type: SystemString
- typeName
- Type: SystemString
- dataSource (Optional)
- Type: Dynamicweb.SmartSearch.SmartSearchRulesISmartSearchRuleFieldDatasource
- controlType (Optional)
- Type: Dynamicweb.SmartSearch.SmartSearchRulesSmartSearchRuleControlType
- groupName (Optional)
- Type: SystemString
See Also