Share via


VersionControlPath.IsRootFolder Method

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VersionControlPath Class

Microsoft.TeamFoundation.VersionControl.Common Namespace