Class DefaultFileDetector
Represents the default file detector for determining whether a file must be uploaded to a remote server.
public class DefaultFileDetector : IFileDetector
- Inheritance
-
DefaultFileDetector
- Implements
- Inherited Members
Methods
IsFile(string?)
Returns a value indicating whether a specified key sequence represents a file name and path.
public bool IsFile(string? keySequence)
Parameters
keySequence
stringThe sequence to test for file existence.