Class LocalFileInfo
Inheritance
System.Object
LocalFileInfo
Assembly: MediaBrowser.Model.dll
public class LocalFileInfo
Properties
Declaration
public string Album { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MimeType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods