FavoritesModel.FindFavoriteByFilenameAndTitle

Searches the tree for a specific item

public FavoriteItem FindFavoriteByFilenameAndTitle(ObservableCollection<FavoriteItem> parentList,
	string file,
	string title)

Parameters

parentList

file

title


See also:

Class FavoritesModel

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic