GetLatestFilePathsByNames Method
Gets the latest file paths for a set of files, by file name.
Required Permissions
FileReadSyntax
public FilePathArray[] GetLatestFilePathsByNames(
System.string[] fileNames
)Public Function GetLatestFilePathsByNames( _
ByVal fileNames() As System.String _
) As FilePathArray()Parameters
| Name | Description |
|---|---|
| fileNames | A list of file names. |
Return Value
An array of FilePathArray objects corresponding to the input array of file names.