Click or drag to resize
ActivityInfoProviderSetActivityInfo Method
Sets (updates or inserts) specified activity. If contact set as ActivityActiveContactID is merged, this method will not update it to its parent. It is up to called to ensure that activities are property assigned to not merged contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SetActivityInfo(
	ActivityInfo activityObj
)

Parameters

activityObj
Type: CMS.OnlineMarketingActivityInfo
Activity to be set
See Also