Click or drag to resize
MVTestInfoProviderGetConflictingInternal 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#
protected virtual IEnumerable<MVTestInfo> GetConflictingInternal(
	MVTestInfo info
)

Parameters

info
Type: CMS.OnlineMarketingMVTestInfo

Return Value

Type: IEnumerableMVTestInfo
See Also