Autodesk Vault ProfessionalVault API

UpdateFileProperties Method

Autodesk.Connectivity.WebServicesDocumentService

Updates the properties on a checked out file.

Required Permissions

FileCheckOut

Syntax

public void UpdateFileProperties(
   System.long[] masterIds,
   PropInstParamArray[] propValues
)
Public Sub UpdateFileProperties( _
   ByVal masterIds() As System.Long, _
   ByVal propValues() As PropInstParamArray _
) 

Parameters

NameDescription
masterIdsAn array of files. All arrays must be the same size.
propValues

Remarks

This function only works with checked out files.

See Also