FindFilePathsByDateAndChecksum Method
Returns a set of file paths based on the create date and checksum.
Required Permissions
FileReadSyntax
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
| Name | Description |
|---|---|
| checksum | The checksum to search for. |
| createdate | The create date to search for. |
Return Value
An array of FilePath objects corresponding to the search information.