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 |