Class UserQuery
Inheritance
System.Object
UserQuery
Assembly: MediaBrowser.Model.dll
Properties
Declaration
public string ConnectAccessKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ConnectUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ConnectUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? EnableLiveTvAccess { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? EnableRemoteAccess { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool EnableTotalRecordCount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public long[] ExcludeUserIds { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|
Declaration
public bool? HasConnectAccessKey { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? HasConnectUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? IsAdministrator { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? IsDisabled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string IsDisplayedOnDeviceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? IsHidden { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? IsHiddenRemotely { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public int? Limit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NameStartsWithOrGreater { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Tuple<string, SortOrder>[] OrderBy { get; set; }
Property Value
Type |
Description |
System.Tuple<System.String, SortOrder>[] |
|
Declaration
public int StartIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public long[] UserIds { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|
Extension Methods