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

    Show / Hide Table of Contents

    Class SyncedFileInfo

    Inheritance
    System.Object
    SyncedFileInfo
    Namespace: MediaBrowser.Controller.Sync
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class SyncedFileInfo

    Properties

    Id

    Gets or sets the identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The identifier.

    Path

    Gets or sets the path.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    The path.

    PathParts

    Declaration
    public string[] PathParts { get; set; }
    Property Value
    Type Description
    System.String[]

    Protocol

    Gets or sets the protocol.

    Declaration
    public MediaProtocol Protocol { get; set; }
    Property Value
    Type Description
    MediaProtocol

    The protocol.

    RequiredHttpHeaders

    Gets or sets the required HTTP headers.

    Declaration
    public Dictionary<string, string> RequiredHttpHeaders { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    The required HTTP headers.

    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.