infoRouter Document Management System - Web Services API Documentation
DeleteFolder
Deletes a folder in the specified path recursively.
Syntax
[Visual Basic]
Public Function DeleteFolder(ByVal AuthenticationTicket As String, _
ByVal Path As String) As System.xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

An infoRouter folder path to be deleted


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the folder has been deleted successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Remarks
The caller must have "Full Control" permission on the folder.
The top level folders (domains) cannot be deleted using this method.
The deleted folders are moved to the recyclebin.
Example

					
See Also
Delete Document
Syntax based on infoRouter Document Management System Web Services API Version 7.0
Copyright() 1998-2003 Active Innovations, Inc.
infoRouter Document Management System