GetFileNames(String, CancellationToken) | Returns a list of file names without path located in Directory. Communicator must be connected or AutoConnect must be set to perform this operation. |
GetFileNames(String, DateTime, CancellationToken) | Returns a list of file names without path located in Directory. Communicator must be connected or AutoConnect must be set to perform this operation. If no file that matches the fileNameMask and modifiedAfter restricion is found, ComException is thrown. |
GetFileNames(String, DateTime, DateTime, CancellationToken) | Returns a list of file names without path located in Directory. Communicator must be connected or AutoConnect must be set to perform this operation. If no file that matches the fileNameMask and modifiedAfter/modifiedBefore restricion is found, ComException is thrown. |