Update
Overview
Updates the content area and returns a statusSyntax
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes of content area to change |
Example
This sample code updates the Name attribute of the content area to the specified value:
var obj = ContentAreaObj.Init('testca');
var status = obj.Update({"Name" : "Name Updated By SSJS" });