TraktPlugin.GUI.GUICommon.ShowTraktExtEpisodeMenu C# (CSharp) Méthode

ShowTraktExtEpisodeMenu() public static méthode

public static ShowTraktExtEpisodeMenu ( string title, string year, string season, string episode, string tvdbid, bool isWatched, string fanart, SearchPeople people, bool showAll ) : bool
title string
year string
season string
episode string
tvdbid string
isWatched bool
fanart string
people SearchPeople
showAll bool
Résultat bool
        public static bool ShowTraktExtEpisodeMenu(string title, string year, string season, string episode, string tvdbid, bool isWatched, string fanart, SearchPeople people, bool showAll)
        {
            return ShowTraktExtEpisodeMenu(title, year, season, episode, tvdbid, null, isWatched, fanart, people, showAll);
        }

Same methods

GUICommon::ShowTraktExtEpisodeMenu ( string title, string year, string season, string episode, string tvdbid, string fanart ) : bool
GUICommon::ShowTraktExtEpisodeMenu ( string title, string year, string season, string episode, string tvdbid, string fanart, SearchPeople people, bool showAll ) : bool
GUICommon::ShowTraktExtEpisodeMenu ( string title, string year, string season, string episode, string tvdbid, string fanart, bool showAll ) : bool
GUICommon::ShowTraktExtEpisodeMenu ( string title, string year, string season, string episode, string tvdbid, string episodetvdbid, bool isWatched, string fanart, SearchPeople people, bool showAll ) : bool
GUICommon::ShowTraktExtEpisodeMenu ( string title, string year, string season, string episode, string tvdbid, string imdbid, string episodetvdbid, bool isWatched, string fanart, SearchPeople people, bool showAll ) : bool