| ProfileManagerCreateSpecificRule Method |
Creates an instance of the specified recognition rule.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static IRecognitionRule CreateSpecificRule(
Type ruleType
)
Public Shared Function CreateSpecificRule (
ruleType As Type
) As IRecognitionRule
Parameters
- ruleType
- Type: SystemType
Rule type.
Return Value
Type:
IRecognitionRuleAn instance of the specified recognition rule or null (Nothing in Visual Basic) if the rule cannot be instantiated.
Exceptions See Also