IsItemCheckedOut Method

Retrieves a Boolean value that indicates whether the specified item is checked out.

[Visual Basic]
Public Function IsCheckedOut( bstrFilename As String ) As Boolean

[C#]
public bool IsCheckedOut( string bstrFilename );

Parameters

  • bstrFilename
    The name of the file to check for checked out status.

Return Value

True if the specified file is checked out; otherwise, False.

See Also

CheckOutItem Method | CheckOutItems Method | SourceControl Object | Source Control Automation Reference