Autodesk Vault ProfessionalVault API

AddComment Method

Autodesk.Connectivity.WebServicesChangeOrderService

Adds comments or replies to a change order

Required Permissions

ChangeOrderParticipate

Syntax

public void AddComment(
   System.long changeOrderId,
   MsgGroup[] addComments,
   Email[] notifyEmails
)
Public Sub AddComment( _
   ByVal changeOrderId As System.Long, _
   ByVal addComments() As MsgGroup, _
   ByVal notifyEmails() As Email _
) 

Parameters

NameDescription
changeOrderIdThe Change Order ID.
addCommentsThe comments to add.
notifyEmailsAn array of emails to send out upon completion.

See Also