Autodesk Vault ProfessionalVault API

FindFilePathsByDateNameAndChecksum Method

Autodesk.Connectivity.WebServicesDocumentService

Finds a file and its related folders based on date, name and checksum values.

Required Permissions

FileRead

Syntax

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

Parameters

NameDescription
fileNameThe file name to search for.
checksumThe checksum to search for.
createdateThe create date to search for.

Return Value

An array of FilePath objects corresponding to the search information.

See Also