Update
Overview
Updates the delivery profile and returns a statusSyntax
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes of delivery profile to change |
Examples
This sample code updates the Name attribute of the delivery profile to the specified value:
var myProfile = DeliveryProfile.Init('myDeliveryProfile');
var status = myProfile.Update({ "Name" : "SSJS Updated Delivery Profile" });