Autodesk Vault ProfessionalVault API

UpdateItemCategories Method

Autodesk.Connectivity.WebServicesItemService

update the category assigned to items

Syntax

public Item[] UpdateItemCategories(
   System.long[] itemMasterIds,
   System.long[] categoryIds,
   System.string comment
)
Public Function UpdateItemCategories( _
   ByVal itemMasterIds() As System.Long, _
   ByVal categoryIds() As System.Long, _
   ByVal comment As System.String _
) As Item()

Parameters

NameDescription
itemMasterIdsthe items to update
categoryIdsthe new categories to assign to the items
commentcomments to apply to the new items

Return Value

updated items

See Also