Updates the keywords of the specified document.

Syntax

Visual Basic (declaration)
Public Function UpdateDocumentKeywords( _ 
ByVal AuthenticationTicket as String, _ ByVal Path as String, _ ByVal Keywords as String) as XmlNode

C# (declaration)
public XmlNode UpdateDocumentKeywords( 
string AuthenticationTicket, string Path, string Keywords)

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string The path of a document that the keywords to be updated
Keywords
    string Comma delimeted keywords related to 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