Click or drag to resize
ABTestUIHelperIsElementVisible Method
Returns true when A/B testing related element should be visible.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
public static bool IsElementVisible(
	string domain,
	ISiteInfo site,
	ITreeNode node
)

Parameters

domain
Type: SystemString
site
Type: CMS.BaseISiteInfo
node
Type: CMS.BaseITreeNode

Return Value

Type: Boolean
See Also