Click or drag to resize

GetRecipeResponse Class

[This is preliminary documentation and is subject to change.]

This message is used to request a process endpoint for the details of a named recipe. The response includes details of the recipe, depending on the classification of the process.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": null
  },
  "Recipe": {
    "Name": "RECIPE4455",
    "Revision": null,
    "MimeType": "application/octet-stream",
    "RecipeData": "ESKImSNVZlM="
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetRecipeResponse

Namespace:  CFX.Production
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class GetRecipeResponse : CFXMessage

The GetRecipeResponse type exposes the following members.

Properties
  NameDescription
Public propertyRecipe
The recipe
Public propertyResult
The result of the request
Top
See Also