infoRouter Document Management System - Web Services API Documentation
UpdatePropertySetRow
Updates a property set row on a document or a folder in the specified path.
Syntax
[Visual Basic]
Public Function UpdatePropertySetRow(ByVal AuthenticationTicket As String, _
ByVal Path As String, _
ByVal xmlpset As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

An infoRouter document or folder path

XmlPset

a XML fragment for property set and it's values. See the remarks section.


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the property set has been applied successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Remarks
The caller must have at least "Change" Permission on the document or Folder.

xmlPset must be organized as sample below:

<Propertysets>
<propertyset Name="LETTER">
<propertyrow RowNbr="1" LetterType="Business" Subject="Subject 1 - updated subject Lorem dolor sit amet.."/>
<propertyrow RowNbr="2" LetterType="Business" Subject="Subject 2 - updated subject ..Lorem Dolor Sit amet.."/>
</propertyset>
</Propertysets>
Example

					
See Also
Get Property Sets | Add 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