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

Syntax

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

C# (declaration)
public XmlNode SetVersionTextOnlyContent( 
string AuthenticationTicket, string Path, int VersionNumber, string ContentText)

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string The Path of a document
VersionNumber
    int The Version Number that the content will be set.
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.