Fields.UpdateSendableField
Overview
Updates a data extension field used as part of a send from a current value to a new valueSyntax
Fields.UpdateSendableField(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes of content area to change |
Example
This sample code updates the subscriber key value in a field to a new value:
var updateDE = DataExtension.Init('sendableDataExtension');
var status = updateDE.Fields.UpdateSendableField("DifferentSubKey", "Subscriber Key");