Autodesk Vault ProfessionalVault API

UpdateAttachments Method

Autodesk.Connectivity.WebServicesItemService

Updates the attachments associated with the specified Item Revision

Syntax

public Item UpdateAttachments(
   System.long itemRevId,
   Attmt[] attachments
)
Public Function UpdateAttachments( _
   ByVal itemRevId As System.Long, _
   ByVal attachments() As Attmt _
) As Item

Parameters

NameDescription
itemRevIdThe revision ids of the items to update the attachments of
attachmentsAn array of the updated attachments for the item

Return Value

The item with the update attachments applied

See Also