Autodesk Vault ProfessionalVault API

GetEditedPropertiesByMasterIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets property values that were edited between the latest version and the latest released version.

Required Permissions

FileRead

Syntax

public PropInst[] GetEditedPropertiesByMasterIds(
   System.long[] fileMasterIds
)
Public Function GetEditedPropertiesByMasterIds( _
   ByVal fileMasterIds() As System.Long _
) As PropInst()

Parameters

NameDescription
fileMasterIdsAn array of file master IDs.

Return Value

An array of property values that have changed values. These are the values on the lastest version.

See Also