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