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: 8.2.23
Syntax public 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:
BooleanSee Also