infoRouter Document Management System - Web Services API Documentation
SetDocumentCompletionStatus
Sets the completion status of the specified document.
Syntax
[Visual Basic]
Public Function SetDocumentCompletionStatus(ByVal AuthenticationTicket As String, _
ByVal Path As String, _
ByVal PercentComplete As Integer, _
ByVal CompletionDate As Date) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

an infoRouter document path

Percent Complete

Specifies percent complete value. (0-100) integer value

CompleteDate

Specifies the date of the completion. if document is completed.


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the completion status has been updated successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Remarks
Completion Date must be 1900-1-1 for the incomplete documents.
The caller must be have at least "Change" permission on the document.
Example

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