infoRouter Document Management System - Web Services API Documentation
UpdateDocumentProperties
Updates the properties of the specified document.
Syntax
[Visual Basic]
Public Function UpdateDocumentProperties(ByVal AuthenticationTicket As String, _
ByVal Path As String, _
ByVal NewDocumentName As String, _
ByVal NewDescription As String, _
ByVal NewUpdateInstructions As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

an infoRouter Document Path

NewDocumentName

New name of the document

NewDescription

New description of the document

NewUpdateInstructions

New Update Instructions of the document


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the properties of the document 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 document.
Example

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