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.
Schedules a file or folder for branching.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function PendBranch ( _
    sourcePath As String, _
    targetPath As String, _
    version As VersionSpec _
) As Integer
public int PendBranch(
    string sourcePath,
    string targetPath,
    VersionSpec version
)
public:
int PendBranch(
    String^ sourcePath, 
    String^ targetPath, 
    VersionSpec^ version
)
member PendBranch : 
        sourcePath:string * 
        targetPath:string * 
        version:VersionSpec -> int
public function PendBranch(
    sourcePath : String, 
    targetPath : String, 
    version : VersionSpec
) : int
Parameters
- sourcePath 
 Type: System.String- The path of the item to branch. 
- targetPath 
 Type: System.String- The location of the branch that will be created. 
- version 
 Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec- The version of the source item to branch. 
Return Value
Type: System.Int32
The number of pending changes.
Remarks
Branching a folder is implicitly recursive.
.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.