infoRouter Document Management System - Web Services API Documentation Version 7.0
UpdateDocumentKeywords
Updates the keywords of the specified document.
Syntax
[Visual Basic]
Public Function UpdateDocumentKeywords(ByVal AuthenticationTicket As String, _
ByVal Path As String, _
ByVal Keywords As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

an infoRouter document path

Keywords

Comma delimeted keywords for the document


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the keywords 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
Update Document Properties
Web Services API Syntax based on infoRouter Document Management System Version 7.0
Copyright() 1998-2008 Active Innovations, Inc.
infoRouter EDMS