FindFilesByPathsAndChecksums Method
Returns a set of Files based on a list of paths and checksums.
Required Permissions
FileReadSyntax
public File[] FindFilesByPathsAndChecksums(
System.string[] filePaths,
System.int[] checksums
)Public Function FindFilesByPathsAndChecksums( _
ByVal filePaths() As System.String, _
ByVal checksums() As System.Integer _
) As File()Parameters
| Name | Description |
|---|---|
| filePaths | An array of Vault paths. Both input arrays must be the same size. |
| checksums | An array of checksums. Both input arrays must be the same size. |
Return Value
An array of File objects corresponding to the information in the filePaths and checksums input arrays. If a match is not found, the File masterId will be -1 for that entry.