Update

Overview 

Updates the delivery profile and returns a status

Syntax 

Update(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredAttributes of delivery profile to change

Examples 

This sample code updates the Name attribute of the delivery profile to the specified value:

1var myProfile = DeliveryProfile.Init('myDeliveryProfile');
2var status = myProfile.Update({ "Name" : "SSJS Updated Delivery Profile" });