Updates the text only content of the latest version of the specified document.

Syntax

Visual Basic (declaration)
Public Function SetDocumentTextOnlyContent( _ 
ByVal AuthenticationTicket as String, _ ByVal Path as String, _ ByVal ContentText as String) as XmlNode

C# (declaration)
public XmlNode SetDocumentTextOnlyContent( 
string AuthenticationTicket, string Path, string ContentText)

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string The Path of a document
ContentText
    string The text only content of the document.

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the text only content updated successfully.
if success attribute is "false", the error attribute indicates the encountered error.

Remarks

The caller must have at least "Change" right on the document.