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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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