Returns the where condition selecting multivariate tests which are running for the same conditions as defined in the method params (testPage, testSiteId, testCulture...).
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- testId
- Type: System Int32
The test id to be excluded from the where condition
- testPage
- Type: System String
The test page
- testSiteId
- Type: System Int32
The test site id
- testCulture
- Type: System String
The test culture
- openFrom
- Type: System DateTime
The open from
- openTo
- Type: System DateTime
The open to
- parameters
- Type: CMS.DataEngine QueryDataParameters
The parameters
Return Value
Type: StringString containing actual Where condition
See Also