Class RemoteImageResult
Class RemoteImageResult.
Inheritance
System.Object
RemoteImageResult
Namespace: MediaBrowser.Model.Providers
Assembly: MediaBrowser.Model.dll
Syntax
public class RemoteImageResult
Properties
Images
Gets or sets the images.
Declaration
public RemoteImageInfo[] Images { get; set; }
Property Value
Type | Description |
---|---|
RemoteImageInfo[] | The images. |
Providers
Gets or sets the providers.
Declaration
public string[] Providers { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The providers. |
TotalRecordCount
Gets or sets the total record count.
Declaration
public int TotalRecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The total record count. |