infoRouter Document Management System - Web Services API Documentation
GetPropertySets
Returns the propertsets of a document or a folder in the specified path.
Syntax
[Visual Basic]
Public Function GetPropertySets(ByVal AuthenticationTicket As String, _
ByVal Path As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

An infoRouter document or folder Path


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the property set information has been retrieved successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Sub Nodes returns property set information.
Remarks
Example

					
See Also
Add Property Set Row | Update Property Set Row | Delete Property Set Row
Syntax based on infoRouter Document Management System Web Services API Version 7.0
Copyright() 1998-2003 Active Innovations, Inc.
infoRouter Document Management System