Returns the text only content of the specified version of the specified document, if applied.

Syntax

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

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

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string Document path
VersionNumber
    int The version number

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the document text content has been returned successfully like the sample below.
if success attribute is "false", the error attribute indicates the encountered error.

<response success="true" error="">
Do not get stuck with a proprietary black-box solution. When you license infoRouter, you get access to a Web
Services API which allows you to develop applications that work seamlessly with infoRouter. You can connect
your in-house applications to infoRouter by writing industry-standard .NET or Java code. The choice is yours.
Many of our customers have hooked into the power of infoRouter from their applications giving them the power
of industrial document, records and content management capabilities. Visit our web site to see a list of usage
scenarios of infoRouter and how our customers have benefited from the flexibility and power of infoRouter.
...
</response>

Remarks

The caller must have at least "Read" permission on the document.