From Bright Pattern Documentation
< 5.8:Desktop-integration-api-net-version-tutorial
Revision as of 20:20, 13 May 2019 by imported>Tracy
<translate>= Favorites= The following method from AgentPlace is used to add a contact to the favorites list of the logged user:
public Favorite addToFavorites(string name, string number);
The list of favorites is available in the following property in AgentPlace after agent login:
public SortedDictionary<string, Favorite> favorites;
The following method from AgentPlace is used to remove a contact from the favorites list:
public ResultCode removeFromFavorites(string number);
</translate>/prevnext/