Class ApiImageInfo
Inheritance
System.Object
ApiImageInfo
Assembly: MediaBrowser.Controller.dll
public class ApiImageInfo
Properties
Declaration
public int ImageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ItemImageInfo ImageInfo { get; set; }
Property Value
Declaration
public BaseItem Item { get; set; }
Property Value
Methods
Declaration
public string GetRemoteApiImageUrl()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetRemoteApiImageUrl(ApiImageOptions options)
Parameters
Returns
Type |
Description |
System.String |
|
Extension Methods