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

    Show / Hide Table of Contents

    Class PeopleHelper

    Inheritance
    System.Object
    PeopleHelper
    Namespace: MediaBrowser.Controller.Entities
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public static class PeopleHelper

    Methods

    AddPerson(List<PersonInfo>, PersonInfo)

    Declaration
    public static void AddPerson(List<PersonInfo> people, PersonInfo person)
    Parameters
    Type Name Description
    System.Collections.Generic.List<PersonInfo> people
    PersonInfo person

    ContainsPerson(List<PersonInfo>, String)

    Declaration
    public static bool ContainsPerson(List<PersonInfo> people, string name)
    Parameters
    Type Name Description
    System.Collections.Generic.List<PersonInfo> people
    System.String name
    Returns
    Type Description
    System.Boolean
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.