Autodesk Vault ProfessionalVault API

UpdateItemProperties Method

Autodesk.Connectivity.WebServicesItemService

Updates the property values for a set of Items and commits the changes.

Required Permissions

ItemEdit

Syntax

public Item[] UpdateItemProperties(
   System.long[] itemRevIds,
   PropInstParamArray[] propValues
)
Public Function UpdateItemProperties( _
   ByVal itemRevIds() As System.Long, _
   ByVal propValues() As PropInstParamArray _
) As Item()

Parameters

NameDescription
itemRevIdsAn array of Item revision IDs.
propValues

Return Value

Item objects after applying UpdateItemProperties

Remarks

The Item needs to be in an editable state prior to calling this function. If the function is successful, the items will be committed.

See Also