infoRouter Document Management System - Web Services API Documentation
GetDownloadInfo
Returns download information of a document.
Syntax
[Visual Basic]
Public Function GetDownloadInfo(ByVal AuthenticationTicket As String, ByVal Path As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

An infoRouter document path


Return Value
returns xml fragment.
<response success="true" Size="" VersionNumber="" error="">
if success attribute is "true", the download information has been returned successfully.
if success attribute is "false", the error attribute indicates the encountered error.
The "Size" attribute indicates the document size in bytes.
The "VersionNumber" attribute indicates last version the document.
Remarks
The caller must have at least "Read" permission on the document or must be the owner of the document.
Example

					
See Also
Download Document | Download Exists
Syntax based on infoRouter Document Management System Web Services API Version 7.0
Copyright() 1998-2003 Active Innovations, Inc.
infoRouter Document Management System