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

    Show / Hide Table of Contents

    Class InternalItemsQuery

    Inheritance
    System.Object
    InternalItemsQuery
    Namespace: MediaBrowser.Controller.Entities
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class InternalItemsQuery

    Constructors

    InternalItemsQuery()

    Declaration
    public InternalItemsQuery()

    InternalItemsQuery(User)

    Declaration
    public InternalItemsQuery(User user)
    Parameters
    Type Name Description
    User user

    Properties

    AdjacentTo

    Declaration
    public long AdjacentTo { get; set; }
    Property Value
    Type Description
    System.Int64

    AirDays

    Declaration
    public DayOfWeek[] AirDays { get; set; }
    Property Value
    Type Description
    System.DayOfWeek[]

    AlbumArtistIds

    Declaration
    public long[] AlbumArtistIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    AlbumArtistStartsWithOrGreater

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

    AlbumIds

    Declaration
    public long[] AlbumIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    AlbumWithPresentationUniqueKey

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

    AllAlbumArtistIds

    Declaration
    public long[] AllAlbumArtistIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    AllowDynamicChildren

    Declaration
    public bool AllowDynamicChildren { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowedGlobalItemLinkTypes

    Declaration
    public ItemLinkType[] AllowedGlobalItemLinkTypes { get; set; }
    Property Value
    Type Description
    ItemLinkType[]

    AllowGlobalLists

    Declaration
    public bool AllowGlobalLists { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowGlobalPeople

    Declaration
    public bool AllowGlobalPeople { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowOwnedItems

    Declaration
    public bool AllowOwnedItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowTagOrRating

    Declaration
    public bool AllowTagOrRating { get; set; }
    Property Value
    Type Description
    System.Boolean

    AncestorIds

    Declaration
    public long[] AncestorIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    Ancestors

    Declaration
    public BaseItem[] Ancestors { get; set; }
    Property Value
    Type Description
    BaseItem[]

    AnyProviderIdEquals

    Declaration
    public ICollection<KeyValuePair<string, string>> AnyProviderIdEquals { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>

    AppearsInItemIds

    Declaration
    public long[] AppearsInItemIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ArtistIds

    Declaration
    public long[] ArtistIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ArtistStartsWithOrGreater

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

    AudioCodecs

    Declaration
    public string[] AudioCodecs { get; set; }
    Property Value
    Type Description
    System.String[]

    AudioLanguages

    Declaration
    public string[] AudioLanguages { get; set; }
    Property Value
    Type Description
    System.String[]

    AudioLayouts

    Declaration
    public string[] AudioLayouts { get; set; }
    Property Value
    Type Description
    System.String[]

    BlockUnratedItems

    Declaration
    public UnratedItem[] BlockUnratedItems { get; set; }
    Property Value
    Type Description
    UnratedItem[]

    CanEditItems

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

    CollectionIds

    Declaration
    public long[] CollectionIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    Containers

    Declaration
    public string[] Containers { get; set; }
    Property Value
    Type Description
    System.String[]

    ContainsIndexNumber

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

    ContributingArtistIds

    Declaration
    public long[] ContributingArtistIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    DtoOptions

    Declaration
    public DtoOptions DtoOptions { get; set; }
    Property Value
    Type Description
    DtoOptions

    EnableAutoSort

    Declaration
    public bool EnableAutoSort { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableGroupByMetadataKey

    Declaration
    public bool EnableGroupByMetadataKey { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableInnerItemLinkJoin

    Declaration
    public bool EnableInnerItemLinkJoin { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableShareLevelColumn

    Declaration
    public bool EnableShareLevelColumn { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTotalRecordCount

    Declaration
    public bool EnableTotalRecordCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnforceAncestorDistance

    Declaration
    public bool EnforceAncestorDistance { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnforceContentRestriction

    Declaration
    public bool EnforceContentRestriction { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnforceExtraType

    Declaration
    public bool EnforceExtraType { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnforceShareLevel

    Declaration
    public bool EnforceShareLevel { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludeArtistIds

    Declaration
    public long[] ExcludeArtistIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ExcludeInheritedTags

    Declaration
    public string[] ExcludeInheritedTags { get; set; }
    Property Value
    Type Description
    System.String[]

    ExcludeItemIds

    Declaration
    public long[] ExcludeItemIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ExcludeItemTypes

    Declaration
    public string[] ExcludeItemTypes { get; set; }
    Property Value
    Type Description
    System.String[]

    ExcludeParentIds

    Declaration
    public long[] ExcludeParentIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ExcludeProviderIds

    Declaration
    public Dictionary<string, string> ExcludeProviderIds { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    ExcludeTagIds

    Declaration
    public long[] ExcludeTagIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ExcludeTags

    Declaration
    public string[] ExcludeTags { get; set; }
    Property Value
    Type Description
    System.String[]

    ExtendedVideoTypes

    Declaration
    public ExtendedVideoTypes[] ExtendedVideoTypes { get; set; }
    Property Value
    Type Description
    ExtendedVideoTypes[]

    ExternalId

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

    ExtraTypes

    Declaration
    public ExtraType[] ExtraTypes { get; set; }
    Property Value
    Type Description
    ExtraType[]

    FirstAlbumArtistIds

    Declaration
    public long[] FirstAlbumArtistIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    FixedType

    Declaration
    public Type FixedType { get; set; }
    Property Value
    Type Description
    System.Type

    ForceOriginalFolders

    Declaration
    public bool ForceOriginalFolders { get; set; }
    Property Value
    Type Description
    System.Boolean

    GenreIds

    Declaration
    public long[] GenreIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    Genres

    Declaration
    public string[] Genres { get; set; }
    Property Value
    Type Description
    System.String[]

    GroupBy

    Declaration
    public string[] GroupBy { get; set; }
    Property Value
    Type Description
    System.String[]

    GroupByAlbumId

    Declaration
    public bool GroupByAlbumId { get; set; }
    Property Value
    Type Description
    System.Boolean

    GroupByParentPresentationUniqueKey

    Declaration
    public bool GroupByParentPresentationUniqueKey { get; set; }
    Property Value
    Type Description
    System.Boolean

    GroupByPresentationUniqueKey

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

    GroupBySeriesPresentationUniqueKey

    Declaration
    public bool GroupBySeriesPresentationUniqueKey { get; set; }
    Property Value
    Type Description
    System.Boolean

    GroupItemsIntoItemLinkType

    Declaration
    public ItemLinkType? GroupItemsIntoItemLinkType { get; set; }
    Property Value
    Type Description
    System.Nullable<ItemLinkType>

    GroupProgramsBySeries

    Declaration
    public bool GroupProgramsBySeries { get; set; }
    Property Value
    Type Description
    System.Boolean

    HasAired

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

    HasAnyProviderId

    Declaration
    public string[] HasAnyProviderId { get; set; }
    Property Value
    Type Description
    System.String[]

    HasAudioStream

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

    HasChapterImageExtractionFailure

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

    HasChapterImages

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

    HasChildIsKids

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

    HasChildIsMovie

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

    HasChildIsNews

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

    HasChildIsSports

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

    HasContainer

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

    HasDeadParentId

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

    HasExtra

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

    HasExtraType

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

    HasIndexNumber

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

    HasIntroDetectionFailure

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

    HasLiveTvContent

    Declaration
    public bool HasLiveTvContent { get; }
    Property Value
    Type Description
    System.Boolean

    HasNoAudioTrackWithLanguages

    Declaration
    public string[] HasNoAudioTrackWithLanguages { get; set; }
    Property Value
    Type Description
    System.String[]

    HasNoExternalSubtitleTrackWithLanguages

    Declaration
    public string[] HasNoExternalSubtitleTrackWithLanguages { get; set; }
    Property Value
    Type Description
    System.String[]

    HasNoInternalSubtitleTrackWithLanguages

    Declaration
    public string[] HasNoInternalSubtitleTrackWithLanguages { get; set; }
    Property Value
    Type Description
    System.String[]

    HasNoSubtitleTrackWithLanguages

    Declaration
    public string[] HasNoSubtitleTrackWithLanguages { get; set; }
    Property Value
    Type Description
    System.String[]

    HasOfficialRating

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

    HasOverview

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

    HasParentalRating

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

    HasParentId

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

    HasPath

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

    HasPrefix

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

    HasProductionYear

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

    HasSameGenresFromItems

    Declaration
    public long[] HasSameGenresFromItems { get; set; }
    Property Value
    Type Description
    System.Int64[]

    HasSubtitles

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

    HasThemeSong

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

    HasThemeVideo

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

    HasTrailer

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

    ImageTypes

    Declaration
    public ImageType[] ImageTypes { get; set; }
    Property Value
    Type Description
    ImageType[]

    IncludeHiddenUserViews

    Declaration
    public bool IncludeHiddenUserViews { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeInheritedTags

    Declaration
    public string[] IncludeInheritedTags { get; set; }
    Property Value
    Type Description
    System.String[]

    IncludeItemTypes

    Declaration
    public string[] IncludeItemTypes { get; set; }
    Property Value
    Type Description
    System.String[]

    IncludeLiveTVView

    Declaration
    public bool IncludeLiveTVView { get; set; }
    Property Value
    Type Description
    System.Boolean

    IndexNumber

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

    InnerIncludeItemTypes

    Declaration
    public string[] InnerIncludeItemTypes { get; set; }
    Property Value
    Type Description
    System.String[]

    Is3D

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

    Is4K

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

    IsAiring

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

    IsDeadItemLink

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

    IsDeadPerson

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

    IsFavorite

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

    IsFolder

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

    IsHD

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

    IsHiddenFromResume

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

    IsInProgress

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

    IsInSeasonWithMultipleEpisodes

    Declaration
    public bool IsInSeasonWithMultipleEpisodes { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsKids

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

    IsLiked

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

    IsLocked

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

    IsMovie

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

    IsNew

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

    IsNewOrPremiere

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

    IsNews

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

    IsNextUpQuery

    Declaration
    public bool IsNextUpQuery { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsPlayed

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

    IsPremiere

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

    IsQueryingByGenres

    Declaration
    public bool IsQueryingByGenres { get; }
    Property Value
    Type Description
    System.Boolean

    IsQueryingByStudios

    Declaration
    public bool IsQueryingByStudios { get; }
    Property Value
    Type Description
    System.Boolean

    IsQueryingByTags

    Declaration
    public bool IsQueryingByTags { get; }
    Property Value
    Type Description
    System.Boolean

    IsRepeat

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

    IsResumable

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

    IsSeries

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

    IsSpecialSeason

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

    IsSports

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

    IsUnaired

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

    IsVirtualItem

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

    ItemIds

    Declaration
    public long[] ItemIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ItemLinkAncestorIds

    Declaration
    public long[] ItemLinkAncestorIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ItemLinkLevel

    Declaration
    public int ItemLinkLevel { get; set; }
    Property Value
    Type Description
    System.Int32

    Limit

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

    ListIds

    Declaration
    public long[] ListIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ListItemIds

    Declaration
    public long[] ListItemIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    MaxDateCreated

    Declaration
    public DateTimeOffset? MaxDateCreated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MaxDateLastSaved

    Declaration
    public DateTimeOffset? MaxDateLastSaved { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MaxEndDate

    Declaration
    public DateTimeOffset? MaxEndDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MaxHeight

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

    MaxListOrder

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

    MaxParentalRating

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

    MaxPlayers

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

    MaxPremiereDate

    Declaration
    public DateTimeOffset? MaxPremiereDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MaxStartDate

    Declaration
    public DateTimeOffset? MaxStartDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MaxWidth

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

    MediaTypes

    Declaration
    public string[] MediaTypes { get; set; }
    Property Value
    Type Description
    System.String[]

    MinCommunityRating

    Declaration
    public double? MinCommunityRating { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MinCriticRating

    Declaration
    public double? MinCriticRating { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MinDateCreated

    Declaration
    public DateTimeOffset? MinDateCreated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MinDateLastSaved

    Declaration
    public DateTimeOffset? MinDateLastSaved { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MinDateLastSavedForUser

    Declaration
    public DateTimeOffset? MinDateLastSavedForUser { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MinEndDate

    Declaration
    public DateTimeOffset? MinEndDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MinHeight

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

    MinIndexNumber

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

    MinParentalRating

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

    MinParentIndexNumber

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

    MinPlayers

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

    MinPremiereDate

    Declaration
    public DateTimeOffset? MinPremiereDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MinRunTimeTicks

    Declaration
    public long? MinRunTimeTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    MinSimilarityScore

    Declaration
    public int MinSimilarityScore { get; set; }
    Property Value
    Type Description
    System.Int32

    MinSortIndexNumber

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

    MinSortName

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

    MinSortParentIndexNumber

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

    MinStartDate

    Declaration
    public DateTimeOffset? MinStartDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    MinWidth

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

    MissingAllProviderIds

    Declaration
    public string[] MissingAllProviderIds { get; set; }
    Property Value
    Type Description
    System.String[]

    MissingAnyProviderId

    Declaration
    public string[] MissingAnyProviderId { get; set; }
    Property Value
    Type Description
    System.String[]

    Name

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

    NameContains

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

    NameLessThan

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

    NameStartsWith

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

    NameStartsWithOrGreater

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

    NotSyncedToTargetId

    Declaration
    public long NotSyncedToTargetId { get; set; }
    Property Value
    Type Description
    System.Int64

    OfficialRatings

    Declaration
    public string[] OfficialRatings { get; set; }
    Property Value
    Type Description
    System.String[]

    OrderBy

    Declaration
    public (string, SortOrder)[] OrderBy { get; set; }
    Property Value
    Type Description
    System.ValueTuple<System.String, SortOrder>[]

    OuterItemIds

    Declaration
    public long[] OuterItemIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    OverviewContains

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

    Parent

    Declaration
    public BaseItem Parent { get; set; }
    Property Value
    Type Description
    BaseItem

    ParentIds

    Declaration
    public long[] ParentIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    ParentIndexNumber

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

    ParentIndexNumberNotEquals

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

    ParentIndexNumberOrAlbumWithPresentationUniqueKey

    Declaration
    public Tuple<int?, string> ParentIndexNumberOrAlbumWithPresentationUniqueKey { get; set; }
    Property Value
    Type Description
    System.Tuple<System.Nullable<System.Int32>, System.String>

    ParentWithPresentationUniqueKey

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

    ParentWithPresentationUniqueKeyFromItemId

    Declaration
    public long ParentWithPresentationUniqueKeyFromItemId { get; set; }
    Property Value
    Type Description
    System.Int64

    Path

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

    PathIsAny

    Declaration
    public string[] PathIsAny { get; set; }
    Property Value
    Type Description
    System.String[]

    PathNotStartsWith

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

    PathStartsWith

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

    PathStartsWithAny

    Declaration
    public string[] PathStartsWithAny { get; set; }
    Property Value
    Type Description
    System.String[]

    PersonIds

    Declaration
    public long[] PersonIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    PersonTypes

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

    PresentationUniqueKey

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

    PresentationUniqueKeyNotEquals

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

    ProjectToMedia

    Declaration
    public bool ProjectToMedia { get; set; }
    Property Value
    Type Description
    System.Boolean

    QueryName

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

    RandomSeed

    Declaration
    public int RandomSeed { get; set; }
    Property Value
    Type Description
    System.Int32

    Recursive

    Declaration
    public bool Recursive { get; set; }
    Property Value
    Type Description
    System.Boolean

    RecursiveTaggedItems

    Declaration
    public bool RecursiveTaggedItems { get; }
    Property Value
    Type Description
    System.Boolean

    SearchTerm

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

    SeriesNameOrNameContains

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

    SeriesPresentationUniqueKey

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

    SeriesStatuses

    Declaration
    public SeriesStatus[] SeriesStatuses { get; set; }
    Property Value
    Type Description
    SeriesStatus[]

    SeriesTimerId

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

    SimilarTo

    Declaration
    public BaseItem SimilarTo { get; set; }
    Property Value
    Type Description
    BaseItem

    SkipAncestorNormalization

    An optimization for internal use only.

    Declaration
    public bool SkipAncestorNormalization { get; set; }
    Property Value
    Type Description
    System.Boolean

    SortParentIndexNumber

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

    SortParentIndexNumberNotEquals

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

    SortParentIndexNumberOrAlbumWithPresentationUniqueKey

    Declaration
    public Tuple<int?, string> SortParentIndexNumberOrAlbumWithPresentationUniqueKey { get; set; }
    Property Value
    Type Description
    System.Tuple<System.Nullable<System.Int32>, System.String>

    StartIndex

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

    StudioIds

    Declaration
    public long[] StudioIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    SubtitleCodecs

    Declaration
    public string[] SubtitleCodecs { get; set; }
    Property Value
    Type Description
    System.String[]

    SubtitleLanguages

    Declaration
    public string[] SubtitleLanguages { get; set; }
    Property Value
    Type Description
    System.String[]

    SyncTargetId

    Declaration
    public long SyncTargetId { get; set; }
    Property Value
    Type Description
    System.Int64

    TagIds

    Declaration
    public long[] TagIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    Tags

    Declaration
    public string[] Tags { get; set; }
    Property Value
    Type Description
    System.String[]

    TopParentIds

    Declaration
    public long[] TopParentIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    User

    Declaration
    public User User { get; set; }
    Property Value
    Type Description
    User

    VideoCodecs

    Declaration
    public string[] VideoCodecs { get; set; }
    Property Value
    Type Description
    System.String[]

    WithImportedCollectionMatchingProviderId

    Declaration
    public ProviderIdDictionary WithImportedCollectionMatchingProviderId { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    WithImportedCollectionName

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

    WithoutChapterMarkers

    Declaration
    public MarkerType[] WithoutChapterMarkers { get; set; }
    Property Value
    Type Description
    MarkerType[]

    Years

    Declaration
    public int[] Years { get; set; }
    Property Value
    Type Description
    System.Int32[]

    Methods

    AddToOrderByIfNeeded(String)

    Declaration
    public void AddToOrderByIfNeeded(string sortBy)
    Parameters
    Type Name Description
    System.String sortBy

    AddToOrderByIfNeeded(String, String[])

    Declaration
    public void AddToOrderByIfNeeded(string sortBy, string[] addIfOrderBysNotFound)
    Parameters
    Type Name Description
    System.String sortBy
    System.String[] addIfOrderBysNotFound

    SetUser(User)

    Declaration
    public void SetUser(User user)
    Parameters
    Type Name Description
    User user

    Extension Methods

    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.