infoRouter Document Management System - Web Services API Documentation Version 7.0
GetDocument
Returns the properties of the document in the specified path.
Syntax
[Visual Basic]
GetDocument(ByVal AuthenticationTicket As String, _
ByVal Path As String, _
ByVal withPropertySets As Boolean, _
ByVal withSecurity As Boolean, _
ByVal withOwner As Boolean, _
ByVal withVersions As Boolean) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

an infoRouter document path

withPropertySets

to get property sets with the results

withSecurity

to get access list of the document with the results

withOwner

to get owner information of the document with the results

withVersions

to get version information of the document with the results


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the document properties has been returned successfully.
if success attribute is "false", the error attribute indicates the encountered
error.
The sub nodes of the response element indicates properties
Remarks
The caller must have at least "Read" permissions on the document or must be the owner of the document.
Example

					
See Also
Download Document | Get Download information
Web Services API Syntax based on infoRouter Document Management System Version 7.0
Copyright() 1998-2008 Active Innovations, Inc.
infoRouter Electronic Document Management Software