Click or drag to resize
CMSContactManagementConfigurationPageGetSiteFilter Method
Returns SQL WHERE condition for current site.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected string GetSiteFilter(
	string siteColumn
)

Parameters

siteColumn
Type: SystemString
Name of site column.

Return Value

Type: String
See Also