MVTestInfoProviderRenameMVTestStatisticsInternal Method |
Renames multivariate test statistics data when changed code name
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected virtual void RenameMVTestStatisticsInternal(
string oldName,
string newName,
int siteID
)
Parameters
- oldName
- Type: SystemString
Old code name - newName
- Type: SystemString
New code name - siteID
- Type: SystemInt32
Test site ID
See Also