TfvcHttpClient.GetBranch Method
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Function GetBranch ( _
path As String, _
includeParent As Boolean, _
includeChildren As Boolean, _
userState As Object _
) As Task(Of TfvcBranch)
public Task<TfvcBranch> GetBranch(
string path,
bool includeParent,
bool includeChildren,
Object userState
)
public:
Task<TfvcBranch^>^ GetBranch(
String^ path,
bool includeParent,
bool includeChildren,
Object^ userState
)
member GetBranch :
path:string *
includeParent:bool *
includeChildren:bool *
userState:Object -> Task<TfvcBranch>
public function GetBranch(
path : String,
includeParent : boolean,
includeChildren : boolean,
userState : Object
) : Task<TfvcBranch>
Parameters
- path
Type: System.String
- includeParent
Type: System.Boolean
- includeChildren
Type: System.Boolean
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<TfvcBranch>
.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.