Click or drag to resize
OnlineMarketingTransformationFunctionsLastActivityOfType Method
Returns contact's last activity of specified activity type.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ActivityInfo LastActivityOfType(
	Object contact,
	Object activityType
)

Parameters

contact
Type: SystemObject
Contact info object
activityType
Type: SystemObject
Activity type

Return Value

Type: ActivityInfo
See Also