Autodesk Vault ProfessionalVault API

UpdateFileCategories Method

Autodesk.Connectivity.WebServicesDocumentServiceExtensions

Updates the category for a set of files.

Required Permissions

FileChangeCategory

Syntax

public File[] UpdateFileCategories(
   System.long[] masterIds,
   System.long[] categoryIds,
   System.string comment
)
Public Function UpdateFileCategories( _
   ByVal masterIds() As System.Long, _
   ByVal categoryIds() As System.Long, _
   ByVal comment As System.String _
) As File()

Parameters

NameDescription
masterIdsAn array of files to update.
categoryIdsThe new category to the corresponding file.
commentThe comment for the new version of the file.

Return Value

The updated file objects.

See Also