infoRouter Document Management System - Web Services API Documentation
GetOwner
Returns the owner of a document or a folder in the specified path.
Syntax
[Visual Basic]
Public Function GetOwner(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 owner information has been retrived successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Sub nodes returns the owner information
Remarks
Example

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