SourceControl.IsItemUnderSCC(String) Method

Definition

Retrieves a Boolean value that indicates whether the specified item is under source control.

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

Parameters

ItemName
String

The name of the file.

Returns

A Boolean value indicating true if the item is under source control; otherwise false.

Attributes

Applies to