Share via


VersionControlPath.ValidatePath Method (String)

Validates the server path. Wildcards are not allowed. Exception is thrown if invalid.

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

Syntax

'Declaration
Public Shared Sub ValidatePath ( _
    serverItem As String _
)
public static void ValidatePath(
    string serverItem
)
public:
static void ValidatePath(
    String^ serverItem
)
static member ValidatePath : 
        serverItem:string -> unit
public static function ValidatePath(
    serverItem : String
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlPath Class

ValidatePath Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace