• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpDialogs
      • SharpDialogFilter
      • SharpDialogHelpers
      • SharpFileOpenDialog
      • SharpFileSaveDialog
      • SharpFolderBrowserDialog
      • SharpInputBox
      • SharpProgressDialog
      • SharpTaskbarProgress
      • SharpTaskbarStates
    • SharpDialogs.Wpf
      • SharpFileOpenDialogWpf
      • SharpFileSaveDialogWpf
      • SharpFolderBrowserDialogWpf
      • SharpProgressDialogWpf
      • SharpTaskbarProgressWpf
    • SharpFileTransferManager
      • SharpSuffixStyle
      • SharpTransferManager
      • SharpTransferProgress
      • SharpTransferResult
    • SharpWpfAboutBox
      • SharpAboutBox
      • SharpAppProperties

    Class SharpTransferManager

    Inheritance
    object
    SharpTransferManager
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SharpFileTransferManager
    Assembly: SharpFileTransferManager.dll
    Syntax
    public static class SharpTransferManager

    Methods

    | Edit this page View Source

    CopyWithProgress(string, string, Action<SharpTransferProgress>, bool, bool)

    Declaration
    public static SharpTransferResult CopyWithProgress(string source, string destination, Action<SharpTransferProgress> progress, bool continueOnFailure, bool copyContentOfDirectory = false)
    Parameters
    Type Name Description
    string source
    string destination
    Action<SharpTransferProgress> progress
    bool continueOnFailure
    bool copyContentOfDirectory
    Returns
    Type Description
    SharpTransferResult
    | Edit this page View Source

    CopyWithProgress(string, string, Action<SharpTransferProgress>, bool, CancellationToken, bool)

    Declaration
    public static SharpTransferResult CopyWithProgress(string source, string destination, Action<SharpTransferProgress> progress, bool continueOnFailure, CancellationToken cancellationToken, bool copyContentOfDirectory = false)
    Parameters
    Type Name Description
    string source
    string destination
    Action<SharpTransferProgress> progress
    bool continueOnFailure
    CancellationToken cancellationToken
    bool copyContentOfDirectory
    Returns
    Type Description
    SharpTransferResult
    | Edit this page View Source

    CopyWithProgressAsync(string, string, Action<SharpTransferProgress>, bool, bool)

    Declaration
    public static Task<SharpTransferResult> CopyWithProgressAsync(string source, string destination, Action<SharpTransferProgress> progress, bool continueOnFailure, bool copyContentOfDirectory = false)
    Parameters
    Type Name Description
    string source
    string destination
    Action<SharpTransferProgress> progress
    bool continueOnFailure
    bool copyContentOfDirectory
    Returns
    Type Description
    Task<SharpTransferResult>
    | Edit this page View Source

    CopyWithProgressAsync(string, string, Action<SharpTransferProgress>, bool, CancellationToken, bool)

    Declaration
    public static Task<SharpTransferResult> CopyWithProgressAsync(string source, string destination, Action<SharpTransferProgress> progress, bool continueOnFailure, CancellationToken cancellationToken, bool copyContentOfDirectory = false)
    Parameters
    Type Name Description
    string source
    string destination
    Action<SharpTransferProgress> progress
    bool continueOnFailure
    CancellationToken cancellationToken
    bool copyContentOfDirectory
    Returns
    Type Description
    Task<SharpTransferResult>
    | Edit this page View Source

    MoveWithProgress(string, string, Action<SharpTransferProgress>, CancellationToken)

    Declaration
    public static SharpTransferResult MoveWithProgress(string source, string destination, Action<SharpTransferProgress> progress, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    string source
    string destination
    Action<SharpTransferProgress> progress
    CancellationToken cancellationToken
    Returns
    Type Description
    SharpTransferResult
    | Edit this page View Source

    MoveWithProgressAsync(string, string, Action<SharpTransferProgress>, CancellationToken)

    Declaration
    public static Task<SharpTransferResult> MoveWithProgressAsync(string source, string destination, Action<SharpTransferProgress> progress, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    string source
    string destination
    Action<SharpTransferProgress> progress
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SharpTransferResult>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright Jérémy Ansel (c) 2025