BuildDropProvider.IsServerPath Method

Determines if the specified path is a version control path.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean
True if the specified path represents a version control server path; otherwise, false

.NET Framework Security

See Also

Reference

BuildDropProvider Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace