Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Interface IHasDtoOptions

    Inherited Members
    IHasItemFields.Fields
    Namespace: MediaBrowser.Controller.Api
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IHasDtoOptions : IHasItemFields

    Properties

    EnableImages

    Declaration
    bool? EnableImages { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    EnableImageTypes

    Declaration
    string EnableImageTypes { get; set; }
    Property Value
    Type Description
    System.String

    EnableUserData

    Declaration
    bool? EnableUserData { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    ImageTypeLimit

    Declaration
    int? ImageTypeLimit { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    ItemPersonTypes

    Declaration
    PersonType[] ItemPersonTypes { get; set; }
    Property Value
    Type Description
    PersonType[]

    Extension Methods

    ItemFieldsExtensions.GetItemFields(IHasItemFields)
    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.