Class InternalPeopleQuery
Inheritance
System.Object
InternalPeopleQuery
Assembly: MediaBrowser.Controller.dll
public sealed class InternalPeopleQuery
Properties
Declaration
public bool EnableGroupByName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableIds { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableProviderIds { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public long[] ItemIds { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|
Declaration
public int? MaxListOrder { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public PersonType[] PersonTypes { get; set; }
Property Value
Extension Methods