Autodesk Vault ProfessionalVault API

GetCategoryIdsByEntityMasterIds Method

Autodesk.Connectivity.WebServicesCategoryService

Gets the categories for a set of entities.

Required Permissions

None

Syntax

public System.long[] GetCategoryIdsByEntityMasterIds(
   System.string entityClassId,
   System.long[] entityMasterIds
)
Public Function GetCategoryIdsByEntityMasterIds( _
   ByVal entityClassId As System.String, _
   ByVal entityMasterIds() As System.Long _
) As System.Long()

Parameters

NameDescription
entityClassIdThe entity class ID.
entityMasterIdsAn array of entity master IDs.

Return Value

The corresponding category IDs.

See Also