Click or drag to resize
OnlineMarketingTransformationFunctionsIsFromState Method
Returns true if the contact's country matches one of the specified countries.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also