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

AuthenticationTicket

infoRouter Authentication Ticket

Path

an infoRouter document path to be deleted


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the document has been deleted successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Remarks
The caller must have "Full Control" right on the document.
The deleted documents resides in the recyclebin in the infoRouter that are recoveable.
Example

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