Class CustomActivityAction
- Namespace
 - CMS.ContactManagement
 
- Assembly
 - CMS.ContactManagement.dll
 
Class for Log custom activity action.
[Obsolete("Class is deprecated and will be removed in next version.")]
public class CustomActivityAction : ContactAutomationAction
  - Inheritance
 - 
      objectAutomationActionCustomActivityAction
 
- Inherited Members
 
- Extension Methods
 
Constructors
CustomActivityAction()
Creates a new instance of CustomActivityAction.
public CustomActivityAction()
  Properties
ActivityChannelName
Channel name.
protected virtual string ActivityChannelName { get; }
  Property Value
- string
 
ActivityComment
Comment.
protected virtual string ActivityComment { get; }
  Property Value
- string
 
ActivityTitle
Activity title.
protected virtual string ActivityTitle { get; }
  Property Value
- string
 
ActivityType
Activity type.
protected virtual string ActivityType { get; }
  Property Value
- string
 
ActivityUrl
Activity URL.
protected virtual string ActivityUrl { get; }
  Property Value
- string
 
ActivityValue
Activity value.
protected virtual string ActivityValue { get; }
  Property Value
- string
 
Methods
Execute()
Executes action.
public override void Execute()