Click or drag to resize
OnlineMarketingTransformationFunctionsFirstActivityOfType Method
Returns contact's first activity of specified activity type.

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

Parameters

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

Return Value

Type: ActivityInfo
See Also