SourceControl.IsItemCheckedOut(String) Method

Definition

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

public:
 bool IsItemCheckedOut(System::String ^ ItemName);
public:
 bool IsItemCheckedOut(Platform::String ^ ItemName);
bool IsItemCheckedOut(std::wstring const & ItemName);
[System.Runtime.InteropServices.DispId(4)]
public bool IsItemCheckedOut (string ItemName);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member IsItemCheckedOut : string -> bool
Public Function IsItemCheckedOut (ItemName As String) As Boolean

Parameters

ItemName
String

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

Returns

A Boolean value indicating true if the specified file is checked out; otherwise, false.

Attributes

Applies to