Autodesk Vault ProfessionalVault API

GetCategoryDeleteRestrictionsById Method

Autodesk.Connectivity.WebServicesCategoryService

Gets any delete restrictions related to a given category.

Required Permissions

None

Syntax

public BhvDelRestric[] GetCategoryDeleteRestrictionsById(
   System.long categoryId
)
Public Function GetCategoryDeleteRestrictionsById( _
   ByVal categoryId As System.Long _
) As BhvDelRestric()

Parameters

NameDescription
categoryIdThe ID of a category.

Return Value

Any related delete restrictions or null of there are no restrictions.

See Also