FindFilesByDatesAndChecksums Method
Find a set of Files based on checksum and create date information.
Required Permissions
FileReadSyntax
public File[] FindFilesByDatesAndChecksums(
System.int[] checksums,
System.DateTime[] createDates
)Public Function FindFilesByDatesAndChecksums( _
ByVal checksums() As System.Integer, _
ByVal createDates() As System.Date _
) As File()Parameters
| Name | Description |
|---|---|
| checksums | The checksums to search for. |
| createDates | The create dates to search for. |
Return Value
An array of File objects corresponding to the search information.