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
- item
Type: System.String
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.