Autodesk Vault ProfessionalVault API

UpdateCustomEntityCategories Method

Autodesk.Connectivity.WebServicesCustomEntityService

Updates the categories for a set of Custom Entity objects.

Required Permissions

CustomEntityChangeCategory

Syntax

public CustEnt[] UpdateCustomEntityCategories(
   System.long[] customEntityIds,
   System.long[] categoryIds
)
Public Function UpdateCustomEntityCategories( _
   ByVal customEntityIds() As System.Long, _
   ByVal categoryIds() As System.Long _
) As CustEnt()

Parameters

NameDescription
customEntityIdsThe IDs of the entities to update. All input arrays must be the same size.
categoryIdsThe new category for the entity object. All input arrays must be the same size.

Return Value

The updated Custom Entity objects.

See Also