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.
Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Function QueryRootBranches ( _
    includeParent As Boolean, _
    includeChildren As Boolean, _
    includeDeleted As Boolean, _
    userState As Object _
) As Task(Of IEnumerable(Of TfvcBranch))
public Task<IEnumerable<TfvcBranch>> QueryRootBranches(
    bool includeParent,
    bool includeChildren,
    bool includeDeleted,
    Object userState
)
public:
Task<IEnumerable<TfvcBranch^>^>^ QueryRootBranches(
    bool includeParent, 
    bool includeChildren, 
    bool includeDeleted, 
    Object^ userState
)
member QueryRootBranches : 
        includeParent:bool * 
        includeChildren:bool * 
        includeDeleted:bool * 
        userState:Object -> Task<IEnumerable<TfvcBranch>> 
public function QueryRootBranches(
    includeParent : boolean, 
    includeChildren : boolean, 
    includeDeleted : boolean, 
    userState : Object
) : Task<IEnumerable<TfvcBranch>>
Parameters
- includeParent
 Type: System.Boolean
- includeChildren
 Type: System.Boolean
- 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.