MVTestInfoProviderGetRunningConditionInternal Method (Int32, String, Int32, String, DateTime, DateTime, QueryDataParameters) |
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.2.23
Syntax protected virtual string GetRunningConditionInternal(
int testId,
string testPage,
int testSiteId,
string testCulture,
DateTime openFrom,
DateTime openTo,
out QueryDataParameters parameters
)
Parameters
- testId
- Type: SystemInt32
The test id to be excluded from the where condition - testPage
- Type: SystemString
The test page - testSiteId
- Type: SystemInt32
The test site id - testCulture
- Type: SystemString
The test culture - openFrom
- Type: SystemDateTime
The open from - openTo
- Type: SystemDateTime
The open to - parameters
- Type: CMS.DataEngineQueryDataParameters
The parameters
Return Value
Type:
StringString containing actual Where condition
See Also