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. |