Updates the properties of the specified folder.

Syntax

Visual Basic (declaration)
Public Function UpdateFolderProperties( _ 
ByVal AuthenticationTicket as String, _ ByVal Path as String, _ ByVal NewFolderName as String, _ ByVal NewDescription as String) as XmlNode

C# (declaration)
public XmlNode UpdateFolderProperties( 
string AuthenticationTicket, string Path, string NewFolderName, string NewDescription)

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string an infoRouter Folder Path to be updated
NewFolderName
    string The new name of the folder
NewDescription
    string The new description of the folder

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the folder properties has been updated successfully.
if success attribute is "false", the error attribute indicates the encountered
error.

Remarks

The caller must have at least "Change" permission on the folder.