infoRouter Document Management System - Web Services API Documentation Version 7.0
UpdateFolderProperties
Updates the properties of the specified folder.
Syntax
[Visual Basic]
Public Function UpdateFolderProperties(ByVal AuthenticationTicket As String, _
ByVal Path As String, _
ByVal NewFolderName As String, _
ByVal NewDescription As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

an infoRouter Folder Path to be updated

NewFolderName

The new name of the folder

NewDescription

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.
Example

					
See Also
Set Folder Rules
Web Services API Syntax based on infoRouter Document Management System Version 7.0
Copyright() 1998-2008 Active Innovations, Inc.
infoRouter Document Management Software