Returns the Read log history for one person of the document in the specified path.

Syntax

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

C# (declaration)
public XmlNode GetDocumentReadLogHistory( 
string AuthenticationTicket, string Path, int UserID)

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string Path of the document
UserID
    int UserId of the person that log history is created for.

Return Value

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

<response success="true" error="">
  <ReadLogHistory>
    <logitem VersionNumber="1000000" ViewDate="2008-01-07 16:07:35" />
    <logitem VersionNumber="1000000" ViewDate="2007-08-02 12:41:40" />
  </ReadLogHistory>
</response>

Remarks

The caller must have "FullControl" permissions on the document