UpdateAttachments Method
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 ItemParameters
| Name | Description |
|---|---|
| itemRevId | The revision ids of the items to update the attachments of |
| attachments | An array of the updated attachments for the item |
Return Value
The item with the update attachments applied
Remarks
Item must be already locked (in edit mode) by this user in order to call this method