Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Interface ISupportsDirectCopy

    Namespace: MediaBrowser.Controller.Sync
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface ISupportsDirectCopy

    Methods

    SendFile(SyncJob, String, String, Boolean, String[], SyncTarget, IProgress<Double>, CancellationToken)

    Sends the file.

    Declaration
    Task<SyncedFileInfo> SendFile(SyncJob syncJob, string originalMediaPath, string inputPath, bool isMedia, string[] outputPathParts, SyncTarget target, IProgress<double> progress, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    SyncJob syncJob
    System.String originalMediaPath
    System.String inputPath
    System.Boolean isMedia
    System.String[] outputPathParts
    SyncTarget target
    System.IProgress<System.Double> progress
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<SyncedFileInfo>

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.