Share via


CheckOutItem Method

Checks the specified item out of source control.

[Visual Basic]
Public Function CheckOutItem( bstrFilename ) As Boolean

[C#]
public bool CheckOutItem(string ItemName);

Parameters

  • bstrFilename
    A string that specifies the item to check out.

Return Value

True if the item was successfully checked out; otherwise, False.

See Also

CheckOutItems Method | SourceControl Object | Source Control Automation Reference