Autodesk Vault ProfessionalVault API

UpdatePromoteComponents Method

Autodesk.Connectivity.WebServicesItemService

Begins an "update items from files" operation on a component-by-component basis.

Required Permissions

FileUpdate

Syntax

public override void UpdatePromoteComponents(
   System.long[] itemRevisionIds,
   ItemAssignAll assignAll,
   System.bool autoAssignDuplicates
)
Public Overrides NotOverridable Sub UpdatePromoteComponents( _
   ByVal itemRevisionIds() As System.Long, _
   ByVal assignAll As ItemAssignAll, _
   ByVal autoAssignDuplicates As System.Boolean _
) 

Parameters

NameDescription
itemRevisionIdsA set of Item Revision ID to update. The server will query the underlying file and update the Items listed.
assignAllDetermines whether items are assigned for child BOM components.
autoAssignDuplicatesIf true, duplcates are automatically assigned to existing Items. Otherwise new items are created.

See Also