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