| OnlineMarketingTransformationFunctionsIsFromState 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 IsFromState(
	Object contact,
	string stateList
)
Parameters
- contact
 - Type: SystemObject
Contact the activities of which should be checked - stateList
 - Type: SystemString
State list (separated with semicolon) 
Return Value
Type: 
Boolean
See Also