Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
path
Type: System.StringThe path which should be checked
Return Value
Type: System.Boolean
True if the specified path represents a version control server path; otherwise, false
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace