Autodesk Vault ProfessionalVault API

GetLatestDuplicateFilePaths Method

Autodesk.Connectivity.WebServicesDocumentService

Gets file paths for the latest version of any files in the Vault that share the same file name.

Required Permissions

FileRead

Syntax

public FilePath[] GetLatestDuplicateFilePaths()
Public Function GetLatestDuplicateFilePaths() As FilePath()

Return Value

An array of FilePath objects.

See Also