Click or drag to resize
ProcessContactActionsBatchEventArgsLoggedActivities Property
Activities which are going to be (Before) or were inserted to the DB (After).

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public IList<ActivityData> LoggedActivities { get; }

Property Value

Type: IListActivityData
See Also