MVTestInfoProviderMoveMVTestsInternal Method |
Moves all MVTests from the document under the oldAlias path to the document under the newAlias path.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected virtual void MoveMVTestsInternal(
string newAlias,
string oldAlias,
int siteID
)
Parameters
- newAlias
- Type: SystemString
Document's new alias path - oldAlias
- Type: SystemString
Document's old alias path - siteID
- Type: SystemInt32
Document's site ID
See Also