FileSystem.TransferOptions
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Represents the options for file system transfer operations.
public class FileSystem.TransferOptionsInheritance: object → FileSystem.TransferOptions
Properties
Section titled “Properties”ConflictResolver
Section titled “ConflictResolver”Gets the delegate to whom a file system resolves conflicts.
public FileSystemConflictResolveDelegate ConflictResolver { get; }Property Value
Section titled “Property Value”FileSystemConflictResolveDelegate
ExceptionResolver
Section titled “ExceptionResolver”Gets the delegate to whom a file system resolves exceptions.
public FileSystemExceptionResolveDelegate ExceptionResolver { get; }Property Value
Section titled “Property Value”FileSystemExceptionResolveDelegate
FileContentComparer
Section titled “FileContentComparer”Gets a comparer for links to files/directories.
public FileLinkContentEqualityComparer FileContentComparer { get; }Property Value
Section titled “Property Value”FileLinkContentEqualityComparer
IgnoredPaths
Section titled “IgnoredPaths”Gets a list of ignore files/directories.
public ICollection<string> IgnoredPaths { get; }