Click or drag to resize

UpdateRecipeRequestOverwrite Property

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

If set to true, any existing Recipe at the Endpoint with the same name will be replaced by the Recipe provided in this request. If set to False, the update request will not succeed if a Recipe with the same name exists at the Endpoint.

Namespace:  CFX.Production
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public bool Overwrite { get; set; }

Property Value

Type: Boolean
See Also