Autodesk Vault ProfessionalVault API

FindFilePathsByDateAndChecksum Method

Autodesk.Connectivity.WebServicesDocumentService

Returns a set of file paths based on the create date and checksum.

Required Permissions

FileRead

Syntax

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

Parameters

NameDescription
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