Click or drag to resize
RecipesWrapper.SearchByIngredient Method
View Project on GitHub
Provides the ability to search for a recipe by supplying the id of an ingredient in the recipe.

Namespace: GW2CSharp.V2.Unauthenticated.Recipes
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<Lazy<Recipe>> SearchByIngredient(
	int ingredientId
)

Parameters

ingredientId
Type: System.Int32
The id of the item which is an ingredient for the recipe

Return Value

Type: IEnumerable<Lazy<Recipe>>
A lazy loaded list of all the recipes where the specified ingredient occurs.
See Also