IsItemUnderSCC Method

Retrieves a Boolean value that indicates whether the specified item is source-controlled.

[Visual Basic]
Public Function IsItemUnderSCC ( Filename As String ) As Boolean

[C#]
public bool IsItemUnderSCC( string Filename );

Parameters

  • Filename
    The name of the file.

Return Value

True if the item is under source control; otherwise False.

See Also

SourceControl Object | IsItemCheckedOut Method | Source Control Automation Reference