MVTestInfoProviderRenameMVTestStatistics Method |
Renames multivariate test statistics data when changed code name
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void RenameMVTestStatistics(
string oldName,
string newName,
int siteId
)
Parameters
- oldName
- Type: SystemString
Old code name - newName
- Type: SystemString
New code name - siteId
- Type: SystemInt32
The site id
See Also