GetRecipes
(Recipe Book module)
Description: |
Returns an array of the recipes found in the selected recipe book |
Returns: | Array of text |
Usage: | Script Only. |
Function Groups: | Recipe Book |
Related to: | |GetVersions | GetCurrentRecipe | GetCurrentVersion | SetCurrentRecipe | SetCurrentVersion | |
Format: | RecipeBook.GetRecipes() |
Parameters: | None |
Comments: |
"RecipeBook" must be a reference to a Recipe Book tag object, not the name of the tag. Returns a sorted list of the recipe phrase keys (not names) in the recipe book. The keys will be returned in alphabetic order of the names as those would appear in the current user's language. |