Class InternalChannelItemQuery
Inheritance
System.Object
InternalChannelItemQuery
Assembly: MediaBrowser.Controller.dll
public sealed class InternalChannelItemQuery
Properties
Declaration
public string FolderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? Limit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public ChannelItemSortField? SortBy { get; set; }
Property Value
Declaration
public bool SortDescending { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int? StartIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public long UserId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Extension Methods