infoRouter Document Management System - Web Services API Documentation Version 7.0
GetFolder
Returns the properties of the folder in the specified path.
Syntax
[Visual Basic]
Public Function GetFolder(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 folder with the results

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

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