infoRouter Document Management System - Web Services API Documentation
GetDocuments
Returns a list of documents and properties of the documents in the specified path.
Syntax
[Visual Basic]
Public Function GetDocuments(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 folder path

withPropertySets

to get property sets with the results

withSecurity

to get access list of the documents with the results

withOwner

to get owner information of the documents with the results

withVersions

to get version information of the documents with the results


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the document list has been returned successfully.
if success attribute is "false", the error attribute indicates the encountered error.
The sub nodes return the document list.
Remarks
The caller must have at least "List" permission on the folder.
Example

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