Click or drag to resize
NewsletterHelperOnlineMarketingAvailable Method
Gets whether Online marketing is available and enabled for the site.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static bool OnlineMarketingAvailable(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
TRUE if online marketing module is loaded, available and enabled for the site, otherwise false
See Also