IABUserStateManagerFactoryCreate Method |
Creates a new user state manager for A/B test identified by abTestName.
Namespace: CMS.OnlineMarketing.InternalAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax IABUserStateManager Create(
string abTestName
)
Parameters
- abTestName
- Type: SystemString
Name of A/B test to create a manager for.
Return Value
Type:
IABUserStateManagerReturns a new instance of A/B test manager for a test.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when abTestName is null or an empty string. |
See Also