Class ItemInfo
Inheritance
System.Object
ItemInfo
Assembly: MediaBrowser.Controller.dll
public sealed class ItemInfo
Constructors
Declaration
public ItemInfo(BaseItem item)
Parameters
Properties
Declaration
public string Container { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContainingFolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public bool IsInMixedFolder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public string GetInternalMetadataPath()
Returns
Type |
Description |
System.String |
|
Extension Methods