Click or drag to resize
MVTestInfoProvider.GetConflicting Method
Returns all conflicting tests (tests running in the same time interval on same page with same culture and are enabled).

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 11.0.0
Syntax
C#
public static IEnumerable<MVTestInfo> GetConflicting(
	MVTestInfo info
)

Parameters

info
Type: CMS.OnlineMarketing.MVTestInfo
Info to check conflicts for

Return Value

Type: IEnumerable<MVTestInfo>
See Also