Overview
Updates the folder and returns a statusSyntax
(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes regarding folder to change |
Example
This sample code updates the Name attribute of the folder to the specified value:
var myFolder = Folder.Init("myFolder");
var status = myFolder.Update({ "Name" : "Updated Folder Name" });