Update
Overview
Updates the specified attributes of the specified Portfolio objectSyntax
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes to change for Portfolio object |
Example
This sample code updates the name attribute of the portfolio object to the specified value:
var portObj = Portfolio.Init('myPortfolioCK');
var status = portObj.Update({ DisplayName : "Updated SSJS Image"});