Autodesk Vault ProfessionalVault API

AddMarkup Method

Autodesk.Connectivity.WebServicesChangeOrderService

Adds a markup to the specified Change Order. This function can also include additional file attachments, deleted file attachments and any comments added as part of the markup.

Required Permissions

ChangeOrderParticipate

Syntax

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

Parameters

NameDescription
changeOrderIdThe Change Order ID.
addFileIdsThe markup File IDs to be attached to the Change Order. The files must have already been uploaded to Vault.
addCommentsThe comments to add to the change order.
notifyEmailsAn array of emails to send out upon completion.

See Also