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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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