Click or drag to resize
MVTestInfoProviderMoveMVTests Method
Moves all MVTests from the document under the oldAlias path to the document under the newAlias path.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void MoveMVTests(
	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 siteID
See Also