Autodesk Vault ProfessionalVault API

ApplyCategoryRules Method

Autodesk.Connectivity.WebServicesCategoryService

Applys category rules to a set of entities.

Required Permissions

AllowAny

Syntax

public System.long[] ApplyCategoryRules(
   System.long[] masterIds
)
Public Function ApplyCategoryRules( _
   ByVal masterIds() As System.Long _
) As System.Long()

Parameters

NameDescription
masterIdsAn array of entity master IDs.

Return Value

The corresponding category ID for each entity based on the category rules. A 0 value means that the entity does not belong to a category.

See Also