Class BaseMetadataResult
Inheritance
System.Object
BaseMetadataResult
Assembly: MediaBrowser.Controller.dll
public abstract class BaseMetadataResult
Properties
Declaration
public abstract BaseItem BaseItem { get; }
Property Value
Declaration
public List<ChapterInfo> Chapters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ChapterInfo> |
|
Declaration
public bool HasMetadata { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public List<LocalImageInfo> Images { get; set; }
Property Value
Declaration
public LinkedChild[] ListItems { get; set; }
Property Value
Declaration
public MediaStream[] MediaStreams { get; set; }
Property Value
Declaration
public List<PersonInfo> People { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<PersonInfo> |
|
Declaration
public string Provider { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool QueriedById { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string ResultLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SearchImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<UserItemData> UserDataList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<UserItemData> |
|
Methods
Declaration
public void AddPerson(PersonInfo p)
Parameters
Not only does this clear, but initializes the list so that services can differentiate between a null list and zero people
Declaration
public void ResetPeople()
Declaration
public RemoteSearchResult ToRemoteSearchResult(string searchProviderName)
Parameters
Type |
Name |
Description |
System.String |
searchProviderName |
|
Returns
Extension Methods