Click or drag to resize
OnlineMarketingTransformationFunctionsBelongsToAccount Method
Returns true if contact belongs to specified account.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool BelongsToAccount(
	Object contact,
	Object accountID
)

Parameters

contact
Type: SystemObject
Contact info object
accountID
Type: SystemObject
Account ID

Return Value

Type: Boolean
See Also