Click or drag to resize
MVTestInfoProviderGetConflicting 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: 9.0.0
Syntax
C#
public static IEnumerable<MVTestInfo> GetConflicting(
	MVTestInfo info
)

Parameters

info
Type: CMS.OnlineMarketingMVTestInfo
Info to check conflicts for

Return Value

Type: IEnumerableMVTestInfo
See Also