ModuleCommandsOnlineMarketingMoveMVTests Method |
Moves all MVTests from the document under the oldAlias path to the document under the newAlias path.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static void OnlineMarketingMoveMVTests(
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