Autodesk Vault ProfessionalVault API

UpdateAndCommitItems Method

Autodesk.Connectivity.WebServicesItemService

Commits the changes to a set of Items.

Required Permissions

ItemEdit

Syntax

public override void UpdateAndCommitItems(
   Item[] itemRevisions
)
Public Overrides NotOverridable Sub UpdateAndCommitItems( _
   ByVal itemRevisions() As Item _
) 

Parameters

NameDescription
itemRevisionsAn array of Items. Title, Detail, Comment, ItemTypId, and Units are the only values that can be changed be changed by directly updating the object.

Remarks

Can only be called on editable Item Revisions.

See Also