infoRouter Document Management System - Web Services API Documentation
GetFoldersAndDocuments
Returns a list of documents and folders in the specified path.
Syntax
[Visual Basic]
Public Function GetFoldersAndDocuments(ByVal AuthenticationTicket As String, _
ByVal Path As String, _
ByVal withrules As Boolean, _
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 to be retrived

Path

an infoRouter folder path

WithRules

to get folder rules with the results

withPropertySets

to get property sets with the results

withSecurity

to get access list with the results

withOwner

to get owner information of the folders 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 folder and document list has been retrived successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Sub Nodes indicates subfolders and documents with specified attributes
Remarks
The caller must have at least "List" permission on the folder.
Example

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