infoRouter Document Management System - Web Services API Documentation
GetFolders
Returns the list of sub folders and properties in the specified path.
Syntax
[Visual Basic]
Public Function GetFolders(ByVal AuthenticationTicket As String, _
ByVal Path As String, _
ByVal WithRules As Boolean, _
ByVal withPropertySets As Boolean, _
ByVal withSecurity As Boolean, _
ByVal withOwner As Boolean) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

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

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

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