Click or drag to resize

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
)

Parameters

ruleType
Type: SystemType
Rule type.

Return Value

Type: IRecognitionRule
An instance of the specified recognition rule or null (Nothing in Visual Basic) if the rule cannot be instantiated.
Exceptions
ExceptionCondition
ArgumentNullExceptionruleType is null.
See Also