Click or drag to resize

GetAvailableRecipesRequest Class

** NOTE: ADDED in CFX 1.4 **

This message is used to request a process endpoint for the available recipes. The response includes the list of the recipes, with a maximun specified by the MaxCount parameter
{
  "Path": "myRecipes/CFX/A-Team*",
  "MaxCount": 5
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetAvailableRecipesRequest

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetAvailableRecipesRequest : CFXMessage

The GetAvailableRecipesRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyMaxCount Max. number of recipes that may be returned with the response.
Public propertyPath Pathname with wildcard, e.g. “myRecipes/CFX/A-Team*”.
Top
See Also