Recipe Exchange API

CheckOut

This method checks the specified recipe out of the version control database. The method signature is:

void CheckOut(
   RecipeInfo recipeInfo,
   bool bRecursive
);

Method Parameters

Parameters for this method are shown in the following table.

Parameter

Description

Type

Valid Input

recipeInfo

Instance of RecipeInfo data contract

RecipeInfo

RecipeInfo instance

bRecursive

Recursively check out all children of this item.

Boolean

True = Check in recursively

False = Do not check in recursively