Click or drag to resize
MVTestInfoProviderMoveMVTestsInternal 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#
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