Class MediaPathInfo
Inheritance
System.Object
MediaPathInfo
Assembly: MediaBrowser.Model.dll
public class MediaPathInfo
Properties
Declaration
public string NetworkPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods