Autodesk Vault ProfessionalVault API

AddFilesToPromote Method

Autodesk.Connectivity.WebServicesItemService

Assign item for specific files

Syntax

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

Parameters

NameDescription
fileIdsThe ids of the files to promote
assignAllThe child assignment behavior to use during the promote
autoAssignDuplicatesWhether to automatically assign duplicates to existing items or to create new items

See Also