AddMarkup Method
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
ChangeOrderParticipateSyntax
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
| Name | Description |
|---|---|
| changeOrderId | The Change Order ID. |
| addFileIds | The markup File IDs to be attached to the Change Order. The files must have already been uploaded to Vault. |
| addComments | The comments to add to the change order. |
| notifyEmails | An array of emails to send out upon completion. |