TraktPlugin.TraktHelper.AddRemoveMovieInUserList C# (CSharp) Méthode

AddRemoveMovieInUserList() public static méthode

public static AddRemoveMovieInUserList ( TraktMovie movie, bool remove ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
remove bool
Résultat void
        public static void AddRemoveMovieInUserList(TraktMovie movie, bool remove)
        {
            AddRemoveMovieInUserList(TraktSettings.Username, movie.Title, movie.Year, movie.Ids.Imdb, movie.Ids.Tmdb, movie.Ids.Trakt, remove);
        }

Same methods

TraktHelper::AddRemoveMovieInUserList ( string username, string title, int year, string imdbid, int tmdbid, int traktid, bool remove ) : void
TraktHelper::AddRemoveMovieInUserList ( string title, string year, string imdbid, bool remove ) : void