OnlineMarketingTransformationFunctionsIsFromCountry Method |
Returns true if the contact's country matches one of the specified countries.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static bool IsFromCountry(
Object contact,
string countryList
)
Parameters
- contact
- Type: SystemObject
Contact the activities of which should be checked - countryList
- Type: SystemString
Countries list (separated with semicolon)
Return Value
Type:
BooleanSee Also