BuildDropProvider.IsWindowsPath Method

Determines if the specified path is a windows path.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
True if the specified path represents a UNC or local windows path; otherwise, false

.NET Framework Security

See Also

Reference

BuildDropProvider Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace