Class IntroInfo
Inheritance
System.Object
IntroInfo
Namespace: MediaBrowser.Controller.Library
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class IntroInfo
Properties
ItemId
Gets or sets the item id.
Declaration
public long ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The item id. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |