Update
Overview
Updates the triggered send definition and returns a statusSyntax
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes regarding triggered send definition to change |
Example
This sample code initializes a triggered send definition and updates the name:
var tsd = TriggeredSend.Init("triggeredSend");
var status = tsd.Update({ "Name" : "Updated TSD Name" });