Update

Overview 

Updates the folder and returns a status

Syntax 

(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredAttributes regarding folder to change

Example 

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

1var myFolder = Folder.Init("myFolder");
2var status = myFolder.Update({ "Name" : "Updated Folder Name" });