Interface IHasDtoOptions
Assembly: MediaBrowser.Controller.dll
public interface IHasDtoOptions : IHasItemFields
Properties
Declaration
bool? EnableImages { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
string EnableImageTypes { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
bool? EnableUserData { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
int? ImageTypeLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods