Autodesk Vault ProfessionalVault API

FindFilePathsByNameAndChecksum Method

Autodesk.Connectivity.WebServicesDocumentService

Returns a set of file paths based on a name and checksum.

Required Permissions

FileRead

Syntax

public FilePath[] FindFilePathsByNameAndChecksum(
   System.string fileName,
   System.int checksum
)
Public Function FindFilePathsByNameAndChecksum( _
   ByVal fileName As System.String, _
   ByVal checksum As System.Integer _
) As FilePath()

Parameters

NameDescription
fileNameThe file name to search for.
checksumThe checksum to search for.

Return Value

An array of FilePath objects corresponding to the search information.

See Also