Class DeviceQuery
Inheritance
System.Object
DeviceQuery
Assembly: MediaBrowser.Model.dll
Properties
Declaration
public bool? HasActiveAuthentication { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string[] Ids { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public bool IncludeIconUrl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int? Limit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string ReportedDeviceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SortBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the sort order.
Declaration
public string SortOrder { get; set; }
Property Value
Type |
Description |
System.String |
The sort order.
|
Declaration
public int StartIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets a value indicating whether [supports synchronize].
Declaration
public bool? SupportsSync { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
null if [supports synchronize] contains no value, true if [supports synchronize]; otherwise, false .
|
Gets or sets the user identifier.
Declaration
public long UserId { get; set; }
Property Value
Type |
Description |
System.Int64 |
The user identifier.
|
Methods
Declaration
public (string, SortOrder)[] GetOrderBy()
Returns
Type |
Description |
System.ValueTuple<System.String, SortOrder>[] |
IEnumerable{ItemSortBy}.
|
Declaration
public static (string, SortOrder)[] GetOrderBy(string sortBy, string requestedSortOrder)
Parameters
Type |
Name |
Description |
System.String |
sortBy |
|
System.String |
requestedSortOrder |
|
Returns
Type |
Description |
System.ValueTuple<System.String, SortOrder>[] |
|
Extension Methods