Table of Contents

Class ContactPropertyAction

Namespace
CMS.ContactManagement
Assembly
CMS.ContactManagement.dll

Class for Set attribute value

[Obsolete("Class is deprecated and will be removed in next version.")]
[ObsoleteSince(29, 7)]
public class ContactPropertyAction : ContactAutomationAction
Inheritance
object
BaseWorkflowAction<BaseInfo, AutomationStateInfo, AutomationActionEnum>
AutomationAction
ContactPropertyAction
Inherited Members
Extension Methods

Fields

PROPERTY_NAME_PARAMETER_NAME

Property name parameter name.

public const string PROPERTY_NAME_PARAMETER_NAME = "PropertyName"

Field Value

string

PROPERTY_VALUE_PARAMETER_NAME

Property value parameter name.

public const string PROPERTY_VALUE_PARAMETER_NAME = "PropertyValue"

Field Value

string

Properties

PropertyName

Gets property name

protected virtual string PropertyName { get; }

Property Value

string

PropertyValue

Gets property value

protected virtual string PropertyValue { get; }

Property Value

string

Methods

Execute()

Execute

public override void Execute()