Click or drag to resize
RecipesWrapperSearchByResultingItem Method
View Project on GitHub
Provides the ability to search for all the recipes which can be used to craft a specific item

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

Parameters

resultingItemId
Type: SystemInt32
The id of the item which the recipes should craft

Return Value

Type: IEnumerableLazyRecipe
A lazy loaded list of all the recipes which craft the specified item
See Also