| 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: 9.0.0
Syntaxpublic 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: 
Boolean
See Also