Click or drag to resize
IABUserStateManagerFactoryCreateTIdentifier 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: 12.0.0
Syntax
C#
IABUserStateManager<TIdentifier> Create<TIdentifier>(
	string abTestName
)

Parameters

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

Type Parameters

TIdentifier
Type of the A/B variant identifier.

Return Value

Type: IABUserStateManagerTIdentifier
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