Class DtoOptions
Inheritance
System.Object
DtoOptions
Assembly: MediaBrowser.Controller.dll
public sealed class DtoOptions
Constructors
Declaration
Declaration
public DtoOptions(ItemFields[] fields)
Parameters
Declaration
public DtoOptions(bool allFields)
Parameters
Type |
Name |
Description |
System.Boolean |
allFields |
|
Fields
Declaration
public static readonly ItemFields[] SingleItemFields
Field Value
Properties
Declaration
public bool AddCurrentProgram { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AddProgramRecordingInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AutoExcludeExternalId { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableUserData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ItemFields[] Fields { get; set; }
Property Value
Declaration
public bool GroupProgramsBySeries { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int ImageTypeLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ImageType[] ImageTypes { get; set; }
Property Value
Declaration
public bool OptIntoFields { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public bool ContainsField(ItemFields field)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public int GetImageLimit(ImageType type)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Extension Methods