Click or drag to resize
ActivityInfoProviderSetActivityInfoInternal Method
Sets (updates or inserts) specified activity.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetActivityInfoInternal(
	ActivityInfo activityObj
)

Parameters

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