Click or drag to resize
ABTestInfoProviderGetABTestIDInternal Method
Returns ID of the specified test.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 10.0.0
Syntax
C#
protected virtual int GetABTestIDInternal(
	string abTestName,
	string siteName
)

Parameters

abTestName
Type: SystemString
Test name
siteName
Type: SystemString
Site name

Return Value

Type: Int32
See Also