This method checks the specified recipe in to the Version Control database. The method signature is:
void CheckIn( RecipeInfo recipeInfo, string strComment, bool bRecursive, bool bIgnoreCheckedOutUser );
Parameters for this method are shown in the following table.
Parameter |
Description |
Type |
Valid Input |
|---|---|---|---|
recipeInfo |
Instance of RecipeInfo data contract |
RecipeInfo |
RecipeInfo instance |
strComment |
The check in comment |
String |
String |
bRecursive |
Recursively check in all children of this item. |
Boolean |
True = Check in recursively False = Do not check in recursively |
bIgnoreCheckedOutUser |
Check in all items regardless of who checked them out. |
Boolean |
True = Check in all checked out items False = Check in only items checked out by this user. |