Click or drag to resize
IABUserStateManagerFactoryCreate Method
Creates a new user state manager for A/B test identified by abTestName.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
IABUserStateManager Create(
	string abTestName
)

Parameters

abTestName
Type: SystemString
Name of A/B test to create a manager for.

Return Value

Type: IABUserStateManager
Returns a new instance of A/B test manager for a test.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when abTestName is null or an empty string.
See Also