Recipe Exchange API

UndoCheckout

This method undoes the previous check out of the specified recipe from Version Control. The method signature is:

void UndoCheckout(
   RecipeInfo recipeInfo,
   bool bRecursive,
   bool bIgnoreCheckOutUser
);

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

Undo the checkout recursively.

Boolean

True = Undo checkout recursively

False = Undo the checkout for the specified item only

bIgnoreCheckOutUser

Undo checkout regardless of the user who checked out the recipe

Boolean

True = Undo checkout of items for all users

False = Do not undo checkout of items for other users