VersionControlPath.IsTeamProject Method

Returns whether the passed server item is a team project ($/abc, $/def, not $/abc/efg nor $/)

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
Public Shared Function IsTeamProject ( _
    item As String _
) As Boolean
public static bool IsTeamProject(
    string item
)
public:
static bool IsTeamProject(
    String^ item
)
static member IsTeamProject : 
        item:string -> bool
public static function IsTeamProject(
    item : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Whether the item is a team project.

.NET Framework Security

See Also

Reference

VersionControlPath Class

Microsoft.TeamFoundation.VersionControl.Common Namespace