TfvcShallowBranchRef Constructor (String)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
path As String _
)
public TfvcShallowBranchRef(
string path
)
public:
TfvcShallowBranchRef(
String^ path
)
new :
path:string -> TfvcShallowBranchRef
public function TfvcShallowBranchRef(
path : String
)
Parameters
- path
Type: System.String
.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.