Click or drag to resize
MVTestInfoProviderContainsMVTestInternal Method
Indicates whether a document has defined any multivariate tests.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual bool ContainsMVTestInternal(
	string path,
	int siteId,
	string cultureCode,
	bool isLiveSite
)

Parameters

path
Type: SystemString
The path
siteId
Type: SystemInt32
The site id
cultureCode
Type: SystemString
The culture code
isLiveSite
Type: SystemBoolean
Is live site

Return Value

Type: Boolean
See Also